From 90e84bee5f47cbcdb9e9c367c60a877e325ef3e7 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 28 Jul 2016 23:10:56 -0400 Subject: Rebase mailman/mailman!180 and cleanup # noqa --- src/mailman/commands/cli_withlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/commands/cli_withlist.py') diff --git a/src/mailman/commands/cli_withlist.py b/src/mailman/commands/cli_withlist.py index d3df6dad7..306fb846a 100644 --- a/src/mailman/commands/cli_withlist.py +++ b/src/mailman/commands/cli_withlist.py @@ -207,7 +207,7 @@ class Withlist: # Set the tab completion. with ExitStack() as resources: try: # pragma: no cover - import readline, rlcompleter # noqa + import readline, rlcompleter # noqa: F401, E401 except ImportError: # pragma: no cover print(_('readline not available'), file=sys.stderr) pass -- cgit v1.2.3-70-g09d2