diff options
Diffstat (limited to 'src/mailman/utilities/tests/test_uid.py')
| -rw-r--r-- | src/mailman/utilities/tests/test_uid.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/utilities/tests/test_uid.py b/src/mailman/utilities/tests/test_uid.py index c081ac2c5..fd00ddfff 100644 --- a/src/mailman/utilities/tests/test_uid.py +++ b/src/mailman/utilities/tests/test_uid.py @@ -54,7 +54,7 @@ class TestUID(unittest.TestCase): def test_uid_record_try_again(self): called = False - def record_second(ignore): # noqa + def record_second(ignore): # noqa: E301 nonlocal called if not called: called = True |
