summaryrefslogtreecommitdiffhomepage
path: root/tests/test_auth.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-06 11:43:15 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-06 11:43:15 -0700
commit357ac45b49a888eaacf7efde272b8edcf7b55a93 (patch)
tree9765928c142ffbdb68958b60d08a4b9180946d34 /tests/test_auth.py
parent8eb2775f958ccdb3c4fcb06047a19b985ad5f26a (diff)
parent54b387833aca45a62011afbce91018023e3e9973 (diff)
Merge branch 'master' into 951-int
Diffstat (limited to 'tests/test_auth.py')
-rw-r--r--tests/test_auth.py7
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