Skip to content
Snippets Groups Projects
Unverified Commit 66fc166b authored by reivilibre's avatar reivilibre Committed by GitHub
Browse files

Make `configure_workers_and_start` script used in Complement tests compatible...

Make `configure_workers_and_start` script used in Complement tests compatible with older versions of Python. (#15275)
parent afb216c2
No related branches found
No related tags found
No related merge requests found
Make `configure_workers_and_start` script used in Complement tests compatible with older versions of Python.
\ No newline at end of file
......@@ -422,7 +422,7 @@ def add_worker_roles_to_shared_config(
def merge_worker_template_configs(
existing_dict: Dict[str, Any] | None,
existing_dict: Optional[Dict[str, Any]],
to_be_merged_dict: Dict[str, Any],
) -> Dict[str, Any]:
"""When given an existing dict of worker template configuration consisting with both
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment