Fix code styling

This commit is contained in:
Aleksi Häkli 2020-07-03 19:55:10 +03:00
parent e5098c5bd3
commit 3866414f6c
No known key found for this signature in database
GPG key ID: DD4F689C5382F16A

View file

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