We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4dfe66 commit 4525b3cCopy full SHA for 4525b3c
1 file changed
ayon_api/entity_hub.py
@@ -133,8 +133,8 @@ def get_attributes_for_type(
133
be attributes received.
134
135
Returns:
136
- dict[str, AttributeSchemaDict]: Attribute schemas that are available
137
- for entered entity type.
+ dict[str, AttributeSchemaDict]: Attribute schemas that
+ are available for entered entity type.
138
139
"""
140
return self._connection.get_attributes_for_type(entity_type)
0 commit comments