forked from CGM_Public/pretix_original
Fix isort issue
This commit is contained in:
@@ -507,7 +507,8 @@ class Event(EventMixin, LoggedModel):
|
|||||||
def copy_data_from(self, other):
|
def copy_data_from(self, other):
|
||||||
from ..signals import event_copy_data
|
from ..signals import event_copy_data
|
||||||
from . import (
|
from . import (
|
||||||
Item, ItemAddOn, ItemBundle, ItemCategory, ItemMetaValue, Question, Quota,
|
Item, ItemAddOn, ItemBundle, ItemCategory, ItemMetaValue, Question,
|
||||||
|
Quota,
|
||||||
)
|
)
|
||||||
|
|
||||||
self.plugins = other.plugins
|
self.plugins = other.plugins
|
||||||
|
|||||||
Reference in New Issue
Block a user