summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2018-03-12 17:14:00 -0700
committerJeff Forcier <jeff@bitprophet.org>2018-03-12 17:14:00 -0700
commitc9e28eb9ac659f88d800a5a27db1253f4ee2b4fa (patch)
tree4f120bf9f78c23ead7b0c726afb0ba27ad6edb1b /tests
parent3f2acaba9557281a86ac52ae3c257bf8cdc397b4 (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.py2
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