From 57ddd1f1f03ba0ce51eeaabfe15aa5da90574784 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 5 Jan 2020 08:02:50 +0100 Subject: Remove unneeded future imports. --- tests/test_basic_api.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/test_basic_api.py') diff --git a/tests/test_basic_api.py b/tests/test_basic_api.py index 0bcb6989..7f71791e 100644 --- a/tests/test_basic_api.py +++ b/tests/test_basic_api.py @@ -7,8 +7,6 @@ :license: BSD, see LICENSE for details. """ -from __future__ import print_function - import random from io import StringIO, BytesIO from os import path -- cgit v1.2.1