mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-26 06:56:36 +00:00
Fixes for ruff check
in urls.py
This commit is contained in:
parent
087e2f2e5d
commit
35d2aa7b2d
@ -1,7 +1,6 @@
|
|||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from django.urls import path
|
from django.urls import path
|
||||||
from django.views.generic.base import RedirectView
|
from django.views.generic.base import RedirectView
|
||||||
from django.views.generic import TemplateView
|
|
||||||
from django.http import HttpResponse
|
from django.http import HttpResponse
|
||||||
from .views import error403, error404, error500, HealthCheckView
|
from .views import error403, error404, error500, HealthCheckView
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user