Skip to content

Commit 9c4d08c

Browse files
committed
define method in base
1 parent 405bf0c commit 9c4d08c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ayon_api/_api_helpers/base.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ def get_user(
132132
) -> Optional[dict[str, Any]]:
133133
raise NotImplementedError()
134134

135+
def get_attributes_for_type(
136+
self, entity_type: AttributeScope
137+
) -> set[str]:
138+
raise NotImplementedError()
139+
135140
def get_attributes_fields_for_type(
136141
self, entity_type: AttributeScope
137142
) -> set[str]:

0 commit comments

Comments
 (0)