mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
style: apply black formatting to axes/checks.py
This commit is contained in:
parent
e1bb4ce15b
commit
546cf4df0c
1 changed files with 1 additions and 3 deletions
|
|
@ -44,9 +44,7 @@ class Hints:
|
|||
CALLABLE_INVALID = None
|
||||
LOCKOUT_PARAMETERS_INVALID = "Add 'ip_address' to AXES_LOCKOUT_PARAMETERS."
|
||||
LOCKOUT_TIERS_CONFLICT = "Remove AXES_COOLOFF_TIME when using AXES_LOCKOUT_TIERS."
|
||||
LOCKOUT_TIERS_INVALID = (
|
||||
"Use: AXES_LOCKOUT_TIERS = [LockoutTier(failures=3, cooloff=timedelta(minutes=15)), ...]"
|
||||
)
|
||||
LOCKOUT_TIERS_INVALID = "Use: AXES_LOCKOUT_TIERS = [LockoutTier(failures=3, cooloff=timedelta(minutes=15)), ...]"
|
||||
|
||||
|
||||
class Codes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue