Update client/ayon_core/lib/attribute_definitions.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Roy Nieterau 2024-09-12 15:49:42 +02:00 committed by GitHub
parent e0ab613d96
commit 23ac8b9ca7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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):