Skip to content

Commit 4525b3c

Browse files
committed
fix line length
1 parent f4dfe66 commit 4525b3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ayon_api/entity_hub.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ def get_attributes_for_type(
133133
be attributes received.
134134
135135
Returns:
136-
dict[str, AttributeSchemaDict]: Attribute schemas that are available
137-
for entered entity type.
136+
dict[str, AttributeSchemaDict]: Attribute schemas that
137+
are available for entered entity type.
138138
139139
"""
140140
return self._connection.get_attributes_for_type(entity_type)

0 commit comments

Comments
 (0)