diff --git a/axes/helpers.py b/axes/helpers.py index 2ed9246..c9e6d74 100644 --- a/axes/helpers.py +++ b/axes/helpers.py @@ -6,12 +6,7 @@ from typing import Callable, Optional, Type, Union from urllib.parse import urlencode from django.core.cache import caches, BaseCache -from django.http import ( - HttpRequest, - HttpResponse, - JsonResponse, - QueryDict, -) +from django.http import HttpRequest, HttpResponse, JsonResponse, QueryDict from django.shortcuts import render, redirect from django.utils.module_loading import import_string