Removed unused import

This commit is contained in:
zandercymatics 2023-08-15 09:24:45 -06:00
parent df04f2c312
commit 32abc8fd30
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -4,7 +4,6 @@ For more information see:
https://docs.djangoproject.com/en/4.0/topics/http/urls/
"""
from django.conf import settings
from django.contrib import admin
from django.urls import include, path
from django.views.generic import RedirectView