Barry Warsaw pushed to branch click-cli at mailman / Mailman
Commits: c2a2cd6c by Barry Warsaw at 2017-07-09T15:31:22-04:00 Remove some unused imports. - - - - - 2 changed files: - src/mailman/commands/cli_withlist.py - src/mailman/commands/tests/test_control.py Changes: ===================================== src/mailman/commands/cli_withlist.py ===================================== --- a/src/mailman/commands/cli_withlist.py +++ b/src/mailman/commands/cli_withlist.py @@ -21,7 +21,6 @@ import re import sys import click -from collections import OrderedDict from contextlib import ExitStack, suppress from functools import partial from lazr.config import as_boolean ===================================== src/mailman/commands/tests/test_control.py ===================================== --- a/src/mailman/commands/tests/test_control.py +++ b/src/mailman/commands/tests/test_control.py @@ -28,7 +28,7 @@ import unittest from click.testing import CliRunner from contextlib import ExitStack, suppress from datetime import datetime, timedelta -from mailman.commands.cli_control import kill_watcher, start +from mailman.commands.cli_control import start from mailman.config import Configuration, config from mailman.testing.helpers import configuration from mailman.testing.layers import ConfigLayer View it on GitLab: https://gitlab.com/mailman/mailman/commit/c2a2cd6cfc062291c5fe98568824a92059b935d6 --- View it on GitLab: https://gitlab.com/mailman/mailman/commit/c2a2cd6cfc062291c5fe98568824a92059b935d6 You're receiving this email because of your account on gitlab.com.
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org