summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-01-12 16:44:27 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-01-12 21:44:59 -0500
commitf1d44004c45f33d30a4fa5a9a6d20cbcade277d8 (patch)
treedeae101b26bfeee35c1e6194989250790f3297b8 /tests
parent83d1175c32a0638460b51cc8ce7eb1df3a4cf949 (diff)
We live in the future now
Diffstat (limited to 'tests')
-rw-r--r--tests/test_client.py1
-rw-r--r--tests/test_transport.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_client.py b/tests/test_client.py
index c9e64c0b..3cf991e4 100644
--- a/tests/test_client.py
+++ b/tests/test_client.py
@@ -20,7 +20,6 @@
Some unit tests for SSHClient.
"""
-from __future__ import with_statement, print_function
import gc
import os
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