summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests/test_paginate.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/rest/tests/test_paginate.py')
-rw-r--r--src/mailman/rest/tests/test_paginate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rest/tests/test_paginate.py b/src/mailman/rest/tests/test_paginate.py
index ad9fb0d2a..cd8b2217e 100644
--- a/src/mailman/rest/tests/test_paginate.py
+++ b/src/mailman/rest/tests/test_paginate.py
@@ -48,7 +48,7 @@ class TestPaginateHelper(unittest.TestCase):
class Resource(CollectionMixin):
def _get_collection(self, request):
return ['one', 'two', 'three', 'four', 'five']
- def _resource_as_dict(self, res): # flake8: noqa
+ def _resource_as_dict(self, res): # noqa
return {'value': res}
return Resource()