From 72840b01429be6e7f813d588220dcc1750878797 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sun, 2 Dec 2018 21:10:17 +0000 Subject: pep8 fixes --- tests/db/utils_test.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/db/utils_test.py b/tests/db/utils_test.py index fe4a1705..964cc3d4 100644 --- a/tests/db/utils_test.py +++ b/tests/db/utils_test.py @@ -20,7 +20,6 @@ import gpg import mock from alot import crypto -from alot import helper from alot.db import utils from alot.errors import GPGProblem from ..utilities import make_key, make_uid, TestCaseClassCleanup @@ -200,7 +199,6 @@ class TestDecodeHeader(unittest.TestCase): result = result_bytes.decode('ascii') return result - def _test(self, teststring, expected): actual = utils.decode_header(teststring) self.assertEqual(actual, expected) @@ -719,8 +717,8 @@ class TestMessageFromString(unittest.TestCase): """Tests for decrypted_message_from_string. Because the implementation is that this is a wrapper around - decrypted_message_from_file, it's not important to have a large swath of tests, just - enough to show that things are being passed correctly. + decrypted_message_from_file, it's not important to have a large swath of + tests, just enough to show that things are being passed correctly. """ def test(self): -- cgit v1.2.3