mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
isort fix
This commit is contained in:
@@ -4,7 +4,7 @@ from decimal import Decimal
|
||||
import django_filters
|
||||
import pytz
|
||||
from django.db import transaction
|
||||
from django.db.models import Exists, F, OuterRef, Prefetch, Q, Max
|
||||
from django.db.models import Exists, F, Max, OuterRef, Prefetch, Q
|
||||
from django.db.models.functions import Coalesce, Concat, Greatest
|
||||
from django.http import FileResponse, HttpResponse
|
||||
from django.shortcuts import get_object_or_404
|
||||
|
||||
Reference in New Issue
Block a user