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/tests/test_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/commands/tests/test_shell.py') diff --git a/src/mailman/commands/tests/test_shell.py b/src/mailman/commands/tests/test_shell.py index 12e78c1ab..3540056f8 100644 --- a/src/mailman/commands/tests/test_shell.py +++ b/src/mailman/commands/tests/test_shell.py @@ -28,7 +28,7 @@ from mailman.testing.layers import ConfigLayer from unittest.mock import patch try: - import readline # noqa + import readline # noqa: F401 has_readline = True except ImportError: has_readline = False -- cgit v1.2.3-70-g09d2