diff options
| author | Magnus Hagander | 2020-08-11 10:21:02 +0000 |
|---|---|---|
| committer | Magnus Hagander | 2020-08-11 10:21:02 +0000 |
| commit | 3cb4a4cd9b9c240e8aee5adb23e0ad898b3bfc12 (patch) | |
| tree | 617e8b732590b153d7a0100452330cdbd1b63ce8 | |
| parent | 042ed5b000e4d275fb1793d473b267a4c21e016b (diff) | |
Remove unused import
| -rw-r--r-- | django/archives/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/archives/urls.py b/django/archives/urls.py index cc8732e..e33b537 100644 --- a/django/archives/urls.py +++ b/django/archives/urls.py @@ -1,4 +1,4 @@ -from django.conf.urls import include, url +from django.conf.urls import url from django.conf import settings # Uncomment the next two lines to enable the admin: |
