summaryrefslogtreecommitdiff
path: root/tests/auth_tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auth_tests')
-rw-r--r--tests/auth_tests/urls_deprecated.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auth_tests/urls_deprecated.py b/tests/auth_tests/urls_deprecated.py
index 2881e7d9d5..49bb6adb25 100644
--- a/tests/auth_tests/urls_deprecated.py
+++ b/tests/auth_tests/urls_deprecated.py
@@ -3,7 +3,6 @@ from django.contrib import admin
from django.contrib.auth import views
from django.contrib.auth.decorators import login_required
-
# special urls for deprecated function-based views
urlpatterns = [
url(r'^login/$', views.login, name='login'),