From f1c17458c1ac65869c7f0621b42cb6eec90dde39 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Wed, 22 Nov 2017 15:21:00 -0800 Subject: Flake8 --- tests/test_auth.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/tests/test_auth.py b/tests/test_auth.py index 1cb41b52..99f41ecc 100644 --- a/tests/test_auth.py +++ b/tests/test_auth.py @@ -20,18 +20,12 @@ Some unit tests for authenticating over a Transport. """ -import sys -import threading -import unittest - from paramiko import ( - Transport, RSAKey, DSSKey, BadAuthenticationType, - AuthenticationException, + DSSKey, BadAuthenticationType, AuthenticationException, ) from pytest import raises -from ._loop import LoopSocket -from ._util import _support, slow, NullServer, _pwd +from ._util import _support, slow, _pwd class TestEdgeCaseFailures: -- cgit v1.2.1