mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Used isort to order all import statements
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
from datetime import timedelta
|
||||
import logging
|
||||
import time
|
||||
from datetime import timedelta
|
||||
|
||||
from django.conf import settings
|
||||
from django.db.models import Q
|
||||
from django.utils.timezone import now
|
||||
from pretix import settings
|
||||
|
||||
from pretix.base.models import Quota
|
||||
|
||||
|
||||
Reference in New Issue
Block a user