summaryrefslogtreecommitdiff
path: root/src/mailman/commands/tests/test_shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/commands/tests/test_shell.py')
-rw-r--r--src/mailman/commands/tests/test_shell.py2
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