From e07b18252baeb52bb0427007fc01ab0efee72bfd Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 12 Sep 2016 20:03:31 -0400 Subject: [PATCH] Added a blank line per isort. --- tests/auth_tests/test_apps.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auth_tests/test_apps.py b/tests/auth_tests/test_apps.py index e1c386c95e..cc907b8913 100644 --- a/tests/auth_tests/test_apps.py +++ b/tests/auth_tests/test_apps.py @@ -7,6 +7,7 @@ import unittest from django.db import ConnectionHandler + SETTINGS = """ SECRET_KEY = 'django_auth_tests_secret_key'