Merge branch 'chore/fix_typos' of https://github.com/BigRoy/ayon-core into chore/fix_typos

This commit is contained in:
Roy Nieterau 2024-09-12 15:56:28 +02:00
commit a3f735328f

View file

@ -220,7 +220,6 @@ class AbstractAttrDef(metaclass=AbstractAttrDefMeta):
# -----------------------------------------
class UIDef(AbstractAttrDef):
type = "ui-def"
is_value_def = False
def __init__(self, key=None, default=None, *args, **kwargs):