Remove unused imports

This commit is contained in:
Aleksi Häkli 2021-01-04 19:02:04 +02:00 committed by GitHub
parent 8495a1d029
commit 1ba5c2bcbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: