fix isort

This commit is contained in:
Richard Schreiber
2024-04-15 16:25:25 +02:00
parent d0c58713c4
commit 11956a8f4d
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ from io import BytesIO
from django import forms
from django.core.files.base import ContentFile
from django.db import DataError, models
from django.db.models import Case, OuterRef, Q, Subquery, When, Value
from django.db.models import Case, OuterRef, Q, Subquery, Value, When
from django.db.models.functions import Cast, Coalesce
from django.utils.timezone import now
from django.utils.translation import gettext as _, gettext_lazy, pgettext_lazy