We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a138c2f commit a3c6c25Copy full SHA for a3c6c25
exec_helpers/_ssh_client_base.py
@@ -243,7 +243,7 @@ def __init__(
243
if private_keys is not None:
244
warnings.warn(
245
"private_keys setting without SSHAuth object is deprecated and will be removed at short time.",
246
- DeprecationWarning
+ DeprecationWarning,
247
)
248
249
# Init ssh config. It's main source for connection parameters
0 commit comments