Skip to content

Commit 55f23f6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 571272e commit 55f23f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_service_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def wait_for_svc_ready_state(
6969

7070
def ensure_ssh_session_connected( # noqa: WPS317
7171
ssh_session, sshd_addr, ssh_clientkey_path, # noqa: WPS318
72-
ssh_session_retries=0
72+
ssh_session_retries=0,
7373
):
7474
"""Attempt connecting to the SSH server until successful.
7575

0 commit comments

Comments
 (0)