diff options
Diffstat (limited to 'src/mailman/commands/tests')
| -rw-r--r-- | src/mailman/commands/tests/test_shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
