mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Remove unused imports
This commit is contained in:
parent
8495a1d029
commit
1ba5c2bcbb
1 changed files with 1 additions and 8 deletions
|
|
@ -2,14 +2,7 @@ from typing import Callable
|
|||
|
||||
from django.conf import settings
|
||||
|
||||
from axes.helpers import (
|
||||
get_lockout_response,
|
||||
get_failure_limit,
|
||||
get_client_username,
|
||||
get_credentials,
|
||||
)
|
||||
|
||||
from axes.handlers.proxy import AxesProxyHandler
|
||||
from axes.helpers import get_lockout_response
|
||||
|
||||
|
||||
class AxesMiddleware:
|
||||
|
|
|
|||
Loading…
Reference in a new issue