aboutsummaryrefslogtreecommitdiffstats
path: root/accounts
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2022-01-02 18:35:07 +0100
committerAndrea Lepori <alepori@student.ethz.ch>2022-01-02 18:35:10 +0100
commit24c6f8e58953d19f37079dedd16a3910a1e5e556 (patch)
treeba1843604aeeb2f6d8a9aa908ed5a146d64dfe35 /accounts
parentpof of oauth2 (diff)
parentremove unused variables/imports (diff)
downloadscout-subs-24c6f8e58953d19f37079dedd16a3910a1e5e556.tar.gz
scout-subs-24c6f8e58953d19f37079dedd16a3910a1e5e556.zip
Merge branch 'master' into dev
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 3dc7d18..15d8124 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