mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Used isort to order all import statements
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from django.conf import settings
|
||||
from django.test import TestCase
|
||||
from django.utils.timezone import now
|
||||
from django.conf import settings
|
||||
|
||||
from pretix.base.models import Event, Organizer
|
||||
from pretix.base.plugins import get_all_plugins
|
||||
|
||||
Reference in New Issue
Block a user