Commit c99af6ca authored by Michal Čihař's avatar Michal Čihař

PEP-8 fixes

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent d817b8c3
......@@ -177,7 +177,7 @@ def performance(request):
))
context = admin.site.each_context(request)
context['checks'] = checks
context['checks'] = checks
context['errors'] = get_configuration_errors()
return render(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment