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,7 +1,8 @@
|
||||
from django.conf import settings
|
||||
from pretix.helpers.urls import build_absolute_uri
|
||||
from django.core import urlresolvers
|
||||
|
||||
from pretix.helpers.urls import build_absolute_uri
|
||||
|
||||
|
||||
def test_site_url_domain():
|
||||
settings.SITE_URL = 'https://example.com'
|
||||
|
||||
Reference in New Issue
Block a user