From 1e27e8facda76fd973a72c78a81f86389be30d57 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Thu, 15 Aug 2019 20:34:51 +0100 Subject: unused imports and variables --- tests/commands/test_global.py | 1 - tests/test_helper.py | 1 - 2 files changed, 2 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3