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/db/envelope_test.py | 2 -- tests/db/message_test.py | 1 - tests/db/thread_test.py | 2 -- tests/db/utils_test.py | 2 -- 4 files changed, 7 deletions(-) (limited to 'tests/db') diff --git a/tests/db/envelope_test.py b/tests/db/envelope_test.py index 14f5fa1f..4037daa2 100644 --- a/tests/db/envelope_test.py +++ b/tests/db/envelope_test.py @@ -1,6 +1,4 @@ # encoding=utf-8 -from __future__ import absolute_import - import unittest from alot.db import envelope diff --git a/tests/db/message_test.py b/tests/db/message_test.py index 4aa88223..caa70a44 100644 --- a/tests/db/message_test.py +++ b/tests/db/message_test.py @@ -14,7 +14,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -from __future__ import absolute_import import unittest import mock diff --git a/tests/db/thread_test.py b/tests/db/thread_test.py index 8e4a5003..e3e398eb 100644 --- a/tests/db/thread_test.py +++ b/tests/db/thread_test.py @@ -15,8 +15,6 @@ # along with this program. If not, see . """Tests for the alot.db.thread module.""" -from __future__ import absolute_import - import datetime import unittest diff --git a/tests/db/utils_test.py b/tests/db/utils_test.py index 484562fc..9e411e3d 100644 --- a/tests/db/utils_test.py +++ b/tests/db/utils_test.py @@ -3,8 +3,6 @@ # Copyright © 2017 Dylan Baker # This file is released under the GNU GPL, version 3 or a later revision. # For further details see the COPYING file -from __future__ import absolute_import - import base64 import codecs import email -- cgit v1.2.3