diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2022-01-02 18:35:07 +0100 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2022-01-02 18:35:10 +0100 |
commit | 24c6f8e58953d19f37079dedd16a3910a1e5e556 (patch) | |
tree | ba1843604aeeb2f6d8a9aa908ed5a146d64dfe35 /accounts/urls.py | |
parent | pof of oauth2 (diff) | |
parent | remove unused variables/imports (diff) | |
download | scout-subs-24c6f8e58953d19f37079dedd16a3910a1e5e556.tar.gz scout-subs-24c6f8e58953d19f37079dedd16a3910a1e5e556.zip |
Merge branch 'master' into dev
Diffstat (limited to 'accounts/urls.py')
-rw-r--r-- | accounts/urls.py | 2 |
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 |