summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2019-08-15 20:34:51 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2019-08-15 20:34:51 +0100
commit1e27e8facda76fd973a72c78a81f86389be30d57 (patch)
tree272b0d8dca74b45745e66d21e8ac7ed4cd7c9a38 /tests
parent726731fbf694504d259615037ede4309551f00c7 (diff)
unused imports and variables
Diffstat (limited to 'tests')
-rw-r--r--tests/commands/test_global.py1
-rw-r--r--tests/test_helper.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/commands/test_global.py b/tests/commands/test_global.py
index 23c216ab..eb11555d 100644
--- a/tests/commands/test_global.py
+++ b/tests/commands/test_global.py
@@ -16,7 +16,6 @@
"""Tests for global commands."""
-import logging
import os
import tempfile
import unittest
diff --git a/tests/test_helper.py b/tests/test_helper.py
index d56b57b1..51865f15 100644
--- a/tests/test_helper.py
+++ b/tests/test_helper.py
@@ -18,7 +18,6 @@
"""Test suite for alot.helper module."""
import datetime
-import email
import errno
import os
import random