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/eml_help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/commands/eml_help.py') diff --git a/src/mailman/commands/eml_help.py b/src/mailman/commands/eml_help.py index 8166effea..4ca2d72a4 100644 --- a/src/mailman/commands/eml_help.py +++ b/src/mailman/commands/eml_help.py @@ -66,7 +66,7 @@ class Help: print(wrap(command.description), file=results) return ContinueProcessing.yes else: - printable_arguments = SPACE.join(arguments) # noqa + printable_arguments = SPACE.join(arguments) # noqa: F841 print(_('$self.name: too many arguments: $printable_arguments'), file=results) return ContinueProcessing.no -- cgit v1.2.3-70-g09d2