change name of method

This commit is contained in:
Jakub Trllo 2024-10-23 16:46:44 +02:00
parent d0ed7f086e
commit 385e5bd02c

View file

@ -1468,7 +1468,7 @@ class CreateContext:
if failed_info:
raise CreatorsCreateFailed(failed_info)
def get_instances_task_type(
def get_instances_task_types(
self, instances: Optional[Iterable["CreatedInstance"]] = None
) -> Dict[str, Optional[str]]:
"""Helper function to get task type of task on instance.