fix formatting

This commit is contained in:
Jakub Trllo 2023-01-27 17:21:28 +01:00
parent 3aaf349b69
commit 5d9e7cf52d
4 changed files with 11 additions and 9 deletions

View file

@ -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

View file

@ -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