Skip to content

Commit 0afca17

Browse files
committed
Remove unused import of TemplateView
1 parent 24da814 commit 0afca17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flashtux/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from django.conf.urls.static import static
2828
from django.urls import include, path, re_path
2929
from django.contrib import admin
30-
from django.views.generic.base import RedirectView, TemplateView
30+
from django.views.generic.base import RedirectView
3131

3232
from flashtux.common.views import TextTemplateView
3333
from flashtux.home.views import projects, about

0 commit comments

Comments
 (0)