forked from CGM_Public/pretix_original
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