Skip to content

Commit eb6cd31

Browse files
committed
Reformat code using black
1 parent b1d0b2c commit eb6cd31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testapp/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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+
1617
from django.contrib import admin
1718
from django.urls import path
1819

0 commit comments

Comments
 (0)