diff options
Diffstat (limited to 'tests/test_transport.py')
-rw-r--r-- | tests/test_transport.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_transport.py b/tests/test_transport.py index d5cb5576..841c67f1 100644 --- a/tests/test_transport.py +++ b/tests/test_transport.py @@ -20,7 +20,6 @@ Some unit tests for the ssh2 protocol in Transport. """ -from __future__ import with_statement from binascii import hexlify from contextlib import contextmanager |