Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Make configure_workers_and_start script used in Complement tests co…
Browse files Browse the repository at this point in the history
…mpatible with older versions of Python. (#15275)
  • Loading branch information
reivilibre authored Mar 17, 2023
1 parent afb216c commit 66fc166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/15275.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Make `configure_workers_and_start` script used in Complement tests compatible with older versions of Python.
2 changes: 1 addition & 1 deletion docker/configure_workers_and_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66fc166

Please sign in to comment.