From ce846bf4eb3eb60c0e91a34d434ae5307e194c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Sun, 27 Sep 2020 16:40:01 +0300 Subject: [PATCH] Fix GitHub code editor whitespaces --- axes/apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axes/apps.py b/axes/apps.py index 9780a57..c128a3c 100644 --- a/axes/apps.py +++ b/axes/apps.py @@ -22,7 +22,7 @@ class AppConfig(apps.AppConfig): if cls.initialized: return cls.initialized = True - + # Only import settings, checks, and signals one time after Django has been initialized from axes.conf import settings # noqa from axes import checks, signals # noqa