Fixes for ruff check in urls.py

This commit is contained in:
tcely 2025-05-17 10:23:48 -04:00 committed by GitHub
parent 087e2f2e5d
commit 35d2aa7b2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,6 @@
from django.conf import settings
from django.urls import path
from django.views.generic.base import RedirectView
from django.views.generic import TemplateView
from django.http import HttpResponse
from .views import error403, error404, error500, HealthCheckView