aboutsummaryrefslogtreecommitdiffstats
path: root/accounts
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2021-12-26 21:14:34 +0100
committerAndrea Lepori <alepori@student.ethz.ch>2021-12-26 21:14:46 +0100
commit536ec9fbca0a3ebc082dd98bf575bbef2949e94e (patch)
treec9fdd9852506a650c6ddecc586ccc14a3bce1ea2 /accounts
parentfix wrong filter on doctypes on server index (diff)
downloadscout-subs-536ec9fbca0a3ebc082dd98bf575bbef2949e94e.tar.gz
scout-subs-536ec9fbca0a3ebc082dd98bf575bbef2949e94e.zip
remove unused variables/imports
Diffstat (limited to 'accounts')
-rw-r--r--accounts/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/urls.py b/accounts/urls.py
index 6a44457..371c731 100644
--- a/accounts/urls.py
+++ b/accounts/urls.py
@@ -1,4 +1,4 @@
-from django.urls import path, include
+from django.urls import path
from . import views