Adjust to new isort version

This commit is contained in:
Raphael Michel
2019-03-08 12:50:35 +01:00
parent 7be5331da5
commit 7ef4adeb73
3 changed files with 4 additions and 4 deletions

View File

@@ -53,8 +53,8 @@ from pretix.multidomain.urlreverse import get_domain
from pretix.plugins.stripe.payment import StripeSettingsHolder
from pretix.presale.style import regenerate_css
from . import CreateView, PaginationMixin, UpdateView
from ..logdisplay import OVERVIEW_BLACKLIST
from . import CreateView, PaginationMixin, UpdateView
class EventSettingsViewMixin: