diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2018-03-12 17:14:00 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-03-12 17:14:00 -0700 |
commit | c9e28eb9ac659f88d800a5a27db1253f4ee2b4fa (patch) | |
tree | 4f120bf9f78c23ead7b0c726afb0ba27ad6edb1b /tests | |
parent | 3f2acaba9557281a86ac52ae3c257bf8cdc397b4 (diff) |
Guess something else added this prior to the merge
But forgot the comma at that time. g r u m p
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_transport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_transport.py b/tests/test_transport.py index fb82e720..9474acfc 100644 --- a/tests/test_transport.py +++ b/tests/test_transport.py @@ -33,7 +33,7 @@ import unittest from paramiko import ( Transport, SecurityOptions, ServerInterface, RSAKey, DSSKey, SSHException, - ChannelException, Packetizer, Channel + ChannelException, Packetizer, Channel, ) from paramiko import AUTH_FAILED, AUTH_SUCCESSFUL from paramiko import OPEN_SUCCEEDED, OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED |