summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-07-28 11:56:25 -0400
committerTim Graham <timograham@gmail.com>2016-07-28 11:56:25 -0400
commit412b4126d70939903df77a72223012b2c021c511 (patch)
treeb2d906e98ce8d8fac3063e4e51dca29cae4d5b10 /tests
parent5da7e3f7fd24381195e557d807118130ddbc5152 (diff)
Removed a blank line per isort and a trailing whitespace.
Diffstat (limited to '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'),