diff options
Diffstat (limited to 'src/mailman/rest/tests/test_paginate.py')
| -rw-r--r-- | src/mailman/rest/tests/test_paginate.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mailman/rest/tests/test_paginate.py b/src/mailman/rest/tests/test_paginate.py index 3a166d9d2..a710307ca 100644 --- a/src/mailman/rest/tests/test_paginate.py +++ b/src/mailman/rest/tests/test_paginate.py @@ -36,8 +36,6 @@ from mailman.testing.layers import RESTLayer class _FakeRequest(Request): - """Fake restish.http.Request object.""" - def __init__(self, count=None, page=None): self._params = {} if count is not None: |
