Skip to content

Commit 0f503f5

Browse files
committed
isort
1 parent 45535b0 commit 0f503f5

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pyconkr/urls.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,11 @@
1313
1. Import the include() function: from django.urls import include, path
1414
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
1515
"""
16+
from django.conf import settings
1617
from django.contrib import admin
1718
from django.urls import include, path
18-
from django.conf import settings
19-
20-
from drf_spectacular.views import (
21-
SpectacularAPIView,
22-
SpectacularRedocView,
23-
SpectacularSwaggerView,
24-
)
19+
from drf_spectacular.views import (SpectacularAPIView, SpectacularRedocView,
20+
SpectacularSwaggerView)
2521

2622
import sponsor.routers
2723

0 commit comments

Comments
 (0)