Skip to content

Commit ffd8078

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3ba244a commit ffd8078

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • example_projects/jsonplaceholder_project/mysite

example_projects/jsonplaceholder_project/mysite/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 include, path
1819

0 commit comments

Comments
 (0)