summaryrefslogtreecommitdiff
path: root/tests/db
diff options
context:
space:
mode:
Diffstat (limited to 'tests/db')
-rw-r--r--tests/db/envelope_test.py2
-rw-r--r--tests/db/message_test.py1
-rw-r--r--tests/db/thread_test.py2
-rw-r--r--tests/db/utils_test.py2
4 files changed, 0 insertions, 7 deletions
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 <http://www.gnu.org/licenses/>.
-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 <http://www.gnu.org/licenses/>.
"""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