From f1d44004c45f33d30a4fa5a9a6d20cbcade277d8 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 12 Jan 2023 16:44:27 -0500 Subject: We live in the future now --- tests/test_client.py | 1 - tests/test_transport.py | 1 - 2 files changed, 2 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3