summaryrefslogtreecommitdiff
path: root/tests/test_auth.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-05-31 17:30:17 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-05-31 17:31:22 -0700
commit9d5760cf45619ce5aacb567fdc42849d678d93eb (patch)
tree8942388ed983db8e6381117cc6e7c2c469466f6a /tests/test_auth.py
parente2497717d25280ab49d0ce6ce54b52cf47451923 (diff)
downloadparamiko-9d5760cf45619ce5aacb567fdc42849d678d93eb.tar.gz
Additional house style formatting tweaks, mostly re: removal of line continuations
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