diff options
Diffstat (limited to 'src/mailman_pgp/pgp/tests/test_keygen.py')
| -rw-r--r-- | src/mailman_pgp/pgp/tests/test_keygen.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mailman_pgp/pgp/tests/test_keygen.py b/src/mailman_pgp/pgp/tests/test_keygen.py index 5c59614..dab6801 100644 --- a/src/mailman_pgp/pgp/tests/test_keygen.py +++ b/src/mailman_pgp/pgp/tests/test_keygen.py @@ -21,12 +21,10 @@ from unittest import TestCase from pgpy import PGPKey from pgpy.constants import PubKeyAlgorithm -from public import public from mailman_pgp.pgp.keygen import ListKeyGenerator -@public class TesKeygen(TestCase): def setUp(self): self.keypair_config = { |
