mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-13 10:03:12 +00:00
Fix GitHub code editor whitespaces
This commit is contained in:
parent
aae0e295ef
commit
ce846bf4eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue