summaryrefslogtreecommitdiff
path: root/src/mailman/runners
diff options
context:
space:
mode:
authorBarry Warsaw2016-10-16 13:18:04 -0400
committerBarry Warsaw2016-10-16 13:18:04 -0400
commitb530d7d6efdd756f531ca0abd76d84510654f5a6 (patch)
treed0a92c97f82ca9fd1bde7a8e21d1d051145c6732 /src/mailman/runners
parent61a13bbb8597c7b7db0f750bd0a753eb69e0c619 (diff)
downloadmailman-b530d7d6efdd756f531ca0abd76d84510654f5a6.tar.gz
mailman-b530d7d6efdd756f531ca0abd76d84510654f5a6.tar.zst
mailman-b530d7d6efdd756f531ca0abd76d84510654f5a6.zip
flake8 fixes.
Diffstat (limited to 'src/mailman/runners')
-rw-r--r--src/mailman/runners/tests/test_leave.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mailman/runners/tests/test_leave.py b/src/mailman/runners/tests/test_leave.py
index 1b601f0c2..008e8eb57 100644
--- a/src/mailman/runners/tests/test_leave.py
+++ b/src/mailman/runners/tests/test_leave.py
@@ -23,14 +23,13 @@ from email.iterators import body_line_iterator
from mailman.app.lifecycle import create_list
from mailman.config import config
from mailman.database.transaction import transaction
-from mailman.interfaces.usermanager import IUserManager
from mailman.interfaces.mailinglist import SubscriptionPolicy
+from mailman.interfaces.usermanager import IUserManager
from mailman.runners.command import CommandRunner
from mailman.testing.helpers import (
- get_queue_messages, make_testable_runner,
+ get_queue_messages, make_testable_runner, set_preferred,
specialized_message_from_string as mfs)
from mailman.testing.layers import ConfigLayer
-from mailman.testing.helpers import set_preferred
from zope.component import getUtility