mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Fix code styling
This commit is contained in:
parent
e5098c5bd3
commit
3866414f6c
1 changed files with 1 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue