diff options
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 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 |