diff --git a/src/pretix/base/models/event.py b/src/pretix/base/models/event.py index b7f2726a49..37adc2e84d 100644 --- a/src/pretix/base/models/event.py +++ b/src/pretix/base/models/event.py @@ -507,7 +507,8 @@ class Event(EventMixin, LoggedModel): def copy_data_from(self, other): from ..signals import event_copy_data from . import ( - Item, ItemAddOn, ItemBundle, ItemCategory, ItemMetaValue, Question, Quota, + Item, ItemAddOn, ItemBundle, ItemCategory, ItemMetaValue, Question, + Quota, ) self.plugins = other.plugins