diff options
| author | Barry Warsaw | 2015-12-31 11:42:46 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2015-12-31 11:44:27 -0500 |
| commit | 35577e20f8133880377f211eded6faafb60cffd3 (patch) | |
| tree | 902df082abc7919a4c8cc5a974cfd1b287780fc0 /src/mailman/rest/helpers.py | |
| parent | dac929973fbfc7ac4c807afafc22b992510b4e6d (diff) | |
| download | mailman-35577e20f8133880377f211eded6faafb60cffd3.tar.gz mailman-35577e20f8133880377f211eded6faafb60cffd3.tar.zst mailman-35577e20f8133880377f211eded6faafb60cffd3.zip | |
Diffstat (limited to 'src/mailman/rest/helpers.py')
| -rw-r--r-- | src/mailman/rest/helpers.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/rest/helpers.py b/src/mailman/rest/helpers.py index e519e4d7f..d853ae4cf 100644 --- a/src/mailman/rest/helpers.py +++ b/src/mailman/rest/helpers.py @@ -130,7 +130,7 @@ class CollectionMixin: :return: The representation of the resource. :rtype: dict """ - raise NotImplementedError + raise NotImplementedError # pragma: no cover def _resource_as_json(self, resource): """Return the JSON formatted representation of the resource.""" @@ -147,7 +147,7 @@ class CollectionMixin: :return: The collection :rtype: list """ - raise NotImplementedError + raise NotImplementedError # pragma: no cover def _paginate(self, request, collection): """Method to paginate through collection result lists. |
