diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2021-12-26 21:14:34 +0100 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2021-12-26 21:14:46 +0100 |
commit | 536ec9fbca0a3ebc082dd98bf575bbef2949e94e (patch) | |
tree | c9fdd9852506a650c6ddecc586ccc14a3bce1ea2 /accounts/urls.py | |
parent | fix wrong filter on doctypes on server index (diff) | |
download | scout-subs-536ec9fbca0a3ebc082dd98bf575bbef2949e94e.tar.gz scout-subs-536ec9fbca0a3ebc082dd98bf575bbef2949e94e.zip |
remove unused variables/imports
Diffstat (limited to '')
-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 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 |