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,5 +1,6 @@
|
||||
from django.conf import settings
|
||||
from django.core.urlresolvers import resolve, get_script_prefix
|
||||
from django.core.urlresolvers import get_script_prefix, resolve
|
||||
|
||||
from .signals import html_head, nav_event
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user