mirror of
https://github.com/pretix/pretix.git
synced 2026-09-14 16:24:43 +00:00
unused imports
This commit is contained in:
@@ -23,7 +23,6 @@ from django.db import models
|
|||||||
from django.db.models import Count, OuterRef, Subquery, Value
|
from django.db.models import Count, OuterRef, Subquery, Value
|
||||||
from django.db.models.functions import Coalesce
|
from django.db.models.functions import Coalesce
|
||||||
from django.utils.formats import date_format
|
from django.utils.formats import date_format
|
||||||
from django.utils.timezone import now
|
|
||||||
from django.utils.translation import gettext_lazy as _
|
from django.utils.translation import gettext_lazy as _
|
||||||
from django_scopes import ScopedManager, scopes_disabled
|
from django_scopes import ScopedManager, scopes_disabled
|
||||||
from i18nfield.fields import I18nCharField
|
from i18nfield.fields import I18nCharField
|
||||||
|
|||||||
@@ -25,7 +25,6 @@ from typing import List, Optional, Tuple
|
|||||||
|
|
||||||
from django import forms
|
from django import forms
|
||||||
from django.db.models import Q
|
from django.db.models import Q
|
||||||
from django.utils.timezone import now
|
|
||||||
|
|
||||||
from pretix.base.decimal import round_decimal
|
from pretix.base.decimal import round_decimal
|
||||||
from pretix.base.models import (
|
from pretix.base.models import (
|
||||||
|
|||||||
Reference in New Issue
Block a user