From bb6f52d23f26a163a9c4fc49ee4fe749b9e3af7c Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Tue, 19 Jun 2018 14:43:35 +0200 Subject: Remove old __future__ imports They are not needed for python >= 3.0. --- tests/utilities.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/utilities.py') diff --git a/tests/utilities.py b/tests/utilities.py index 85f3d3eb..2f5d2611 100644 --- a/tests/utilities.py +++ b/tests/utilities.py @@ -16,8 +16,6 @@ """Helpers for unittests themselves.""" -from __future__ import absolute_import - import functools import unittest -- cgit v1.2.3