Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksihakli committed Jul 17, 2022
1 parent e8293df commit e168a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions axes/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class AxesStandaloneBackend(BaseBackend):
prevent locked out users from being logged in by the Django authentication flow.
.. note:: This backend does not log your user in. It monitors login attempts.
It also does not run any permissions checks at all.
It also does not run any permissions checks at all.
Authentication is handled by the following backends that are configured in ``AUTHENTICATION_BACKENDS``.
"""

Expand Down Expand Up @@ -76,7 +76,7 @@ def authenticate(

class AxesBackend(AxesStandaloneBackend, ModelBackend):
"""
Axes authentication backend that also inherits from ModelBackend,
Axes authentication backend that also inherits from ModelBackend,
and thus also performs other functions of ModelBackend such as permissions checks.
Use this class as the first item of ``AUTHENTICATION_BACKENDS`` to
Expand Down

0 comments on commit e168a91

Please sign in to comment.