This commit is contained in:
Martin Gross
2026-04-27 14:44:03 +02:00
parent 0dc95a22df
commit bf8dae2739
2 changed files with 3 additions and 2 deletions

View File

@@ -69,7 +69,8 @@ from pretix.base.models import (
from pretix.base.models.orders import PrintLog
from pretix.base.permissions import AnyPermissionOf
from pretix.base.services.checkin import (
CheckInError, RequiredQuestionsError, SQLLogic, perform_checkin, RequiredMediaExchangeError,
CheckInError, RequiredMediaExchangeError, RequiredQuestionsError, SQLLogic,
perform_checkin,
)
from pretix.base.signals import checkin_annulled
from pretix.helpers import OF_SELF