Fix isort issue

This commit is contained in:
Raphael Michel
2020-11-04 17:42:56 +01:00
parent 04e9c8a226
commit 259d2cdb27

View File

@@ -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