Skip to content

Commit

Permalink
remove unused RedirectView
Browse files Browse the repository at this point in the history
  • Loading branch information
sabzo committed Sep 30, 2022
1 parent 37dd0ee commit fab8ea2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion perma_web/api/urls.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fab8ea2

Please sign in to comment.