Skip to content

Commit 610b83e

Browse files
authored
urls.py: Remove duplicated import
1 parent c01c194 commit 610b83e

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

‎locallibrary/urls.py‎

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@
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-
from django.contrib import admin
17-
from django.urls import path
18-
19-
urlpatterns = [
20-
path('admin/', admin.site.urls),
21-
]
22-
23-
2416
from django.urls import path
2517
from django.contrib import admin
2618

0 commit comments

Comments
 (0)