diff options
Diffstat (limited to 'src/mailman_pgp/pgp/tests')
| -rw-r--r-- | src/mailman_pgp/pgp/tests/test_keygen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/pgp/tests/test_keygen.py b/src/mailman_pgp/pgp/tests/test_keygen.py index bbd0c84..f2f72a7 100644 --- a/src/mailman_pgp/pgp/tests/test_keygen.py +++ b/src/mailman_pgp/pgp/tests/test_keygen.py @@ -22,7 +22,7 @@ from unittest import TestCase from parameterized import parameterized from pgpy import PGPKey -from pgpy.constants import PubKeyAlgorithm, EllipticCurveOID +from pgpy.constants import EllipticCurveOID, PubKeyAlgorithm from mailman_pgp.pgp.keygen import ListKeyGenerator |
