Apparently, isort reverted their change

This commit is contained in:
Raphael Michel
2018-02-03 15:01:01 +01:00
parent 15dc62855b
commit f6713008aa
3 changed files with 6 additions and 3 deletions

View File

@@ -10,7 +10,8 @@ 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,
)