mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix formatting
This commit is contained in:
parent
3aaf349b69
commit
5d9e7cf52d
4 changed files with 11 additions and 9 deletions
|
|
@ -867,11 +867,11 @@ class CreatedInstance:
|
|||
@property
|
||||
def creator_attribute_defs(self):
|
||||
"""Attribute defintions defined by creator plugin.
|
||||
|
||||
|
||||
Returns:
|
||||
List[AbstractAttrDef]: Attribute defitions.
|
||||
"""
|
||||
|
||||
|
||||
return self.creator_attributes.attr_defs
|
||||
|
||||
@property
|
||||
|
|
|
|||
|
|
@ -425,8 +425,8 @@ class BaseCreator:
|
|||
keys/values when plugin attributes change.
|
||||
|
||||
Returns:
|
||||
List[AbstractAttrDef]: Attribute definitions that can be tweaked for
|
||||
created instance.
|
||||
List[AbstractAttrDef]: Attribute definitions that can be tweaked
|
||||
for created instance.
|
||||
"""
|
||||
|
||||
return self.instance_attr_defs
|
||||
|
|
@ -563,8 +563,8 @@ class Creator(BaseCreator):
|
|||
updating keys/values when plugin attributes change.
|
||||
|
||||
Returns:
|
||||
List[AbstractAttrDef]: Attribute definitions that can be tweaked for
|
||||
created instance.
|
||||
List[AbstractAttrDef]: Attribute definitions that can be tweaked
|
||||
for created instance.
|
||||
"""
|
||||
return self.pre_create_attr_defs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue