Skip to content

Commit 3ec843b

Browse files
committed
style(django): add blank line after module docstring in urls.py
1 parent 868b29b commit 3ec843b

File tree

1 file changed

+1
-0
lines changed
  • apps/django_pythonnative/django_pythonnative

1 file changed

+1
-0
lines changed

apps/django_pythonnative/django_pythonnative/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
1. Import the include() function: from django.urls import include, path
1515
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
1616
"""
17+
1718
from django.contrib import admin
1819
from django.urls import include, path
1920

0 commit comments

Comments
 (0)