summaryrefslogtreecommitdiffstats
path: root/core/views/auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/auth.py')
-rw-r--r--core/views/auth.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/views/auth.py b/core/views/auth.py
index 59a6c50..966a100 100644
--- a/core/views/auth.py
+++ b/core/views/auth.py
@@ -1,8 +1,7 @@
from django.conf import settings
-from django.contrib.auth import authenticate
+from django.contrib.auth import authenticate, login, logout
from django.contrib.auth import forms as auth_forms
-from django.contrib.auth import login, logout
from django.contrib.auth.decorators import login_required
from django.http import HttpResponse, HttpResponseRedirect
from django.shortcuts import redirect, render