mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Adjust to new isort version
This commit is contained in:
@@ -12,8 +12,8 @@ from django.contrib import messages
|
||||
from django.core.files import File
|
||||
from django.db import transaction
|
||||
from django.db.models import (
|
||||
Count, IntegerField, OuterRef, ProtectedError, Q, Subquery,
|
||||
Sum)
|
||||
Count, IntegerField, OuterRef, ProtectedError, Q, Subquery, Sum,
|
||||
)
|
||||
from django.http import (
|
||||
FileResponse, Http404, HttpResponseNotAllowed, JsonResponse,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user