mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed unnecessary line
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
cbc622c46f
commit
34d7a4f477
1 changed files with 0 additions and 1 deletions
|
|
@ -482,7 +482,6 @@ class EnumDef(AbstractAttrDef):
|
|||
return copy.deepcopy(self.default)
|
||||
return list(self._item_values.intersection(value))
|
||||
|
||||
|
||||
def serialize(self):
|
||||
data = super(EnumDef, self).serialize()
|
||||
data["items"] = copy.deepcopy(self.items)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue