diff options
Diffstat (limited to 'tests/test_client.py')
-rw-r--r-- | tests/test_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_client.py b/tests/test_client.py index a991478a..21ecd72a 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -567,7 +567,7 @@ class SSHClientTest(ClientTest): @patch.object( paramiko.Channel, "_set_remote_channel", - lambda *args, **kwargs: time.sleep(100) + lambda *args, **kwargs: time.sleep(100), ) def test_channel_timeout(self): """ |