Skip to content

Commit

Permalink
fixed black fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Aug 6, 2024
1 parent 950f9b4 commit 5ac22c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion worker/manager/src/mirrors_qa_manager/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ def wg_container_is_healthy(self) -> ExecResult | None:
logger.error("error whlie performing healthcheck: {exc!s}")
return None

def wg_healthcheck_untill_healthy(self, conf_fpaths: list[Path]) -> ExecResult | None:
def wg_healthcheck_untill_healthy(
self, conf_fpaths: list[Path]
) -> ExecResult | None:
"""Try wg healthcheck till status is healthy using configuration files."""
for conf_fpath in conf_fpaths:
# Copy the configuration file to the confs folder
Expand Down

0 comments on commit 5ac22c5

Please sign in to comment.