1
0
mirror of https://github.com/django/django.git synced 2025-06-05 11:39:13 +00:00

Removed a blank line per isort and a trailing whitespace.

This commit is contained in:
Tim Graham 2016-07-28 11:56:25 -04:00
parent 5da7e3f7fd
commit 412b4126d7
2 changed files with 1 additions and 2 deletions

View File

@ -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'),