mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Fix isort issue
This commit is contained in:
@@ -700,8 +700,8 @@ class Event(EventMixin, LoggedModel):
|
|||||||
|
|
||||||
from ..signals import event_copy_data
|
from ..signals import event_copy_data
|
||||||
from . import (
|
from . import (
|
||||||
Discount, Item, ItemAddOn, ItemBundle, ItemCategory, ItemMetaValue, Question,
|
Discount, Item, ItemAddOn, ItemBundle, ItemCategory, ItemMetaValue,
|
||||||
Quota,
|
Question, Quota,
|
||||||
)
|
)
|
||||||
|
|
||||||
# Note: avoid self.set_active_plugins(), it causes trouble e.g. for the badges plugin.
|
# Note: avoid self.set_active_plugins(), it causes trouble e.g. for the badges plugin.
|
||||||
|
|||||||
Reference in New Issue
Block a user