aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman_pgp/pgp/tests')
-rw-r--r--src/mailman_pgp/pgp/tests/base.py2
-rw-r--r--src/mailman_pgp/pgp/tests/test_inline.py2
-rw-r--r--src/mailman_pgp/pgp/tests/test_mime.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mailman_pgp/pgp/tests/base.py b/src/mailman_pgp/pgp/tests/base.py
index 7bbec50..7d63602 100644
--- a/src/mailman_pgp/pgp/tests/base.py
+++ b/src/mailman_pgp/pgp/tests/base.py
@@ -34,4 +34,4 @@ def load_key(path):
class PGPTestCase():
- pass \ No newline at end of file
+ pass
diff --git a/src/mailman_pgp/pgp/tests/test_inline.py b/src/mailman_pgp/pgp/tests/test_inline.py
index 1c51fce..f8831c9 100644
--- a/src/mailman_pgp/pgp/tests/test_inline.py
+++ b/src/mailman_pgp/pgp/tests/test_inline.py
@@ -21,7 +21,7 @@ import unittest
from parameterized import parameterized
from mailman_pgp.pgp.inline import InlineWrapper
-from mailman_pgp.pgp.tests.base import PGPTestCase, load_message, load_key
+from mailman_pgp.pgp.tests.base import load_key, load_message, PGPTestCase
class TestSigning(PGPTestCase, unittest.TestCase):
diff --git a/src/mailman_pgp/pgp/tests/test_mime.py b/src/mailman_pgp/pgp/tests/test_mime.py
index 48b59ff..cb8451d 100644
--- a/src/mailman_pgp/pgp/tests/test_mime.py
+++ b/src/mailman_pgp/pgp/tests/test_mime.py
@@ -21,7 +21,7 @@ import unittest
from parameterized import parameterized
from mailman_pgp.pgp.mime import MIMEWrapper
-from mailman_pgp.pgp.tests.base import PGPTestCase, load_message, load_key
+from mailman_pgp.pgp.tests.base import load_key, load_message, PGPTestCase
class TestSigning(PGPTestCase, unittest.TestCase):