From fab8ea27e219a2001673395d5cc9b9660290cc1f Mon Sep 17 00:00:00 2001 From: sabzo Date: Thu, 29 Sep 2022 23:46:42 -0400 Subject: [PATCH] remove unused RedirectView --- perma_web/api/urls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/perma_web/api/urls.py b/perma_web/api/urls.py index 6fd7ac4f8..68033a3a0 100644 --- a/perma_web/api/urls.py +++ b/perma_web/api/urls.py @@ -1,7 +1,6 @@ from django.conf import settings from django.conf.urls import url, include from django.http import HttpResponse -from django.views.generic import RedirectView from rest_framework.routers import APIRootView from perma.urls import guid_pattern