Skip to content

Commit a3c6c25

Browse files
committed
Fix black formatting
1 parent a138c2f commit a3c6c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exec_helpers/_ssh_client_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def __init__(
243243
if private_keys is not None:
244244
warnings.warn(
245245
"private_keys setting without SSHAuth object is deprecated and will be removed at short time.",
246-
DeprecationWarning
246+
DeprecationWarning,
247247
)
248248

249249
# Init ssh config. It's main source for connection parameters

0 commit comments

Comments
 (0)