We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 405bf0c commit 9c4d08cCopy full SHA for 9c4d08c
1 file changed
ayon_api/_api_helpers/base.py
@@ -132,6 +132,11 @@ def get_user(
132
) -> Optional[dict[str, Any]]:
133
raise NotImplementedError()
134
135
+ def get_attributes_for_type(
136
+ self, entity_type: AttributeScope
137
+ ) -> set[str]:
138
+ raise NotImplementedError()
139
+
140
def get_attributes_fields_for_type(
141
self, entity_type: AttributeScope
142
) -> set[str]:
0 commit comments