diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-06-06 13:48:17 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-06-06 13:48:17 -0700 |
commit | f570418d6a31916991fe963a3e01cbcf75f5cbae (patch) | |
tree | 9940cff41d0d8bff5555ae8c59759537eabce28d /tests/test_auth.py | |
parent | d69ef77f7698de677bd977483ba8c1c558b19d02 (diff) | |
parent | 947bd10f451f8a0249fdd8e234429f8a657c60ae (diff) |
Merge branch 'master' into 921-int
Diffstat (limited to 'tests/test_auth.py')
-rw-r--r-- | tests/test_auth.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/test_auth.py b/tests/test_auth.py index 23517790..96f7611c 100644 --- a/tests/test_auth.py +++ b/tests/test_auth.py @@ -24,9 +24,10 @@ import sys import threading import unittest -from paramiko import Transport, ServerInterface, RSAKey, DSSKey, \ - BadAuthenticationType, InteractiveQuery, \ - AuthenticationException +from paramiko import ( + Transport, ServerInterface, RSAKey, DSSKey, BadAuthenticationType, + InteractiveQuery, AuthenticationException, +) from paramiko import AUTH_FAILED, AUTH_PARTIALLY_SUCCESSFUL, AUTH_SUCCESSFUL from paramiko.py3compat import u from tests.loop import LoopSocket |