Skip to content

Commit c3c8c81

Browse files
committed
lint: black
1 parent 0f503f5 commit c3c8c81

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyconkr/urls.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@
1616
from django.conf import settings
1717
from django.contrib import admin
1818
from django.urls import include, path
19-
from drf_spectacular.views import (SpectacularAPIView, SpectacularRedocView,
20-
SpectacularSwaggerView)
19+
from drf_spectacular.views import (
20+
SpectacularAPIView,
21+
SpectacularRedocView,
22+
SpectacularSwaggerView,
23+
)
2124

2225
import sponsor.routers
2326

0 commit comments

Comments
 (0)