Skip to content

Commit 3c92352

Browse files
committed
urls.py: fix a style error for black
1 parent 9340409 commit 3c92352

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hackman/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.conf.urls import url, include
1414
2. Add a URL to urlpatterns: path(r'blog/', include('blog.urls'))
1515
"""
16+
1617
from django.contrib.auth import views as auth_views
1718
from django.urls import path, re_path
1819
from django.http import (

0 commit comments

Comments
 (0)