diff options
| author | J08nY | 2017-07-31 01:43:24 +0200 |
|---|---|---|
| committer | J08nY | 2017-07-31 01:43:24 +0200 |
| commit | 6d87f5b0c8c7e7a3f71e0c5d5392201b4e4769ff (patch) | |
| tree | c4f69f0be8994cd3cc2f87ba87e583bea84a8a86 /src | |
| parent | 57b39b5701dbac48eacfb904e00fbd9ba409317a (diff) | |
| download | mailman-pgp-6d87f5b0c8c7e7a3f71e0c5d5392201b4e4769ff.tar.gz mailman-pgp-6d87f5b0c8c7e7a3f71e0c5d5392201b4e4769ff.tar.zst mailman-pgp-6d87f5b0c8c7e7a3f71e0c5d5392201b4e4769ff.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman_pgp/rest/lists.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman_pgp/rest/lists.py b/src/mailman_pgp/rest/lists.py index 3ff7756..bbe2e20 100644 --- a/src/mailman_pgp/rest/lists.py +++ b/src/mailman_pgp/rest/lists.py @@ -23,7 +23,6 @@ from mailman.rest.helpers import (accepted, bad_request, child, CollectionMixin, etag, GetterSetter, no_content, not_found, NotFound, okay) from mailman.rest.validator import (enum_validator, PatchValidator, - ReadOnlyPATCHRequestError, UnknownPATCHRequestError, Validator) from public import public from zope.component import getUtility |
