Compliance with new isort version

This commit is contained in:
Raphael Michel
2018-02-01 16:38:22 +01:00
parent dacffc5f90
commit 1a1a02d080
3 changed files with 3 additions and 6 deletions

View File

@@ -10,8 +10,7 @@ from pretix.base.signals import validate_cart
from pretix.multidomain.urlreverse import eventreverse
from pretix.presale.checkoutflow import get_checkout_flow
from pretix.presale.views import (
allow_frame_if_namespaced, cart_exists, get_cart,
iframe_entry_view_wrapper,
allow_frame_if_namespaced, cart_exists, get_cart, iframe_entry_view_wrapper,
)