fix formatting

This commit is contained in:
Jakub Trllo 2023-07-20 16:00:54 +02:00
parent 5cb33b71bf
commit 60eb35d0a6

View file

@ -1165,8 +1165,8 @@ class CreatedInstance:
Args:
instance_data (Dict[str, Any]): Data in a structure ready for
'CreatedInstance' object.
creator (BaseCreator): Creator plugin which is creating the instance
of for which the instance belong.
creator (BaseCreator): Creator plugin which is creating the
instance of for which the instance belong.
"""
instance_data = copy.deepcopy(instance_data)