Skip to content

Commit aa0cedb

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

File tree

1 file changed

+1
-0
lines changed
  • sample_project/sample_project

1 file changed

+1
-0
lines changed

sample_project/sample_project/urls.py

+1
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: re_path(r'^blog/', include('blog.urls'))
1515
"""
16+
1617
from django.contrib import admin
1718
from django.urls import include, re_path
1819

0 commit comments

Comments
 (0)