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