Code formatting

This commit is contained in:
Mira Weller
2024-04-30 21:49:58 +02:00
parent e6f56bfdc2
commit 5b1175ff05
5 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
#
from django_scopes.state import scopes_disabled
from pretix.base.models import User, Team
from pretix.base.models import Team, User
class TimemachineTestMixin: