summaryrefslogtreecommitdiff
path: root/src/mailman/model/tests/test_requests.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/model/tests/test_requests.py')
-rw-r--r--src/mailman/model/tests/test_requests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/model/tests/test_requests.py b/src/mailman/model/tests/test_requests.py
index 4135dbc4e..3d4f64783 100644
--- a/src/mailman/model/tests/test_requests.py
+++ b/src/mailman/model/tests/test_requests.py
@@ -104,7 +104,7 @@ Something else.
# value in a descending counter.
request_ids = []
counter = count(200, -1)
- def id_hacker(session, flush_context, instances): # noqa
+ def id_hacker(session, flush_context, instances): # noqa: E301
for instance in session.new:
if isinstance(instance, _Request):
instance.id = next(counter)