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_examplefiles.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/test_examplefiles.py') diff --git a/tests/test_examplefiles.py b/tests/test_examplefiles.py index 491c1e0d..2486f876 100644 --- a/tests/test_examplefiles.py +++ b/tests/test_examplefiles.py @@ -7,8 +7,6 @@ :license: BSD, see LICENSE for details. """ -from __future__ import print_function - import os import pprint import difflib -- cgit v1.2.1