aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/rest/lists.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman_pgp/rest/lists.py')
-rw-r--r--src/mailman_pgp/rest/lists.py1
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