mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fix all violators of E231
This commit is contained in:
@@ -69,7 +69,7 @@ def nested_view(request):
|
||||
setup_test_environment()
|
||||
c = Client()
|
||||
c.get("/test_client_regress/no_template_view")
|
||||
return render_to_response('base.html', {'nested':'yes'})
|
||||
return render_to_response('base.html', {'nested': 'yes'})
|
||||
|
||||
def login_protected_redirect_view(request):
|
||||
"A view that redirects all requests to the GET view"
|
||||
|
||||
Reference in New Issue
Block a user