diff options
Diffstat (limited to 'src/mailman_pgp/workflows/tests/test_base.py')
| -rw-r--r-- | src/mailman_pgp/workflows/tests/test_base.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman_pgp/workflows/tests/test_base.py b/src/mailman_pgp/workflows/tests/test_base.py index 4b3ad26..15ed833 100644 --- a/src/mailman_pgp/workflows/tests/test_base.py +++ b/src/mailman_pgp/workflows/tests/test_base.py @@ -38,8 +38,8 @@ from mailman_pgp.pgp.tests.base import load_key from mailman_pgp.pgp.wrapper import PGPWrapper from mailman_pgp.testing.layers import PGPConfigLayer from mailman_pgp.workflows.base import (PGPMixin) -from mailman_pgp.workflows.pubkey import (KEY_REQUEST, SetPubkeyMixin, - ConfirmPubkeyMixin) +from mailman_pgp.workflows.pubkey import (ConfirmPubkeyMixin, KEY_REQUEST, + SetPubkeyMixin) class PubkeyMixinTestSetup(): |
