diff options
Diffstat (limited to 'src/mailman/utilities')
| -rw-r--r-- | src/mailman/utilities/uid.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/utilities/uid.py b/src/mailman/utilities/uid.py index d2747df9d..e49b3d8dd 100644 --- a/src/mailman/utilities/uid.py +++ b/src/mailman/utilities/uid.py @@ -89,7 +89,7 @@ class _PredictableIDGenerator: The type of the returned id is intended to be the type that makes sense for the subclass overriding this method. """ - raise NotImplementedError # pragma: no cover + raise NotImplementedError def _next_predictable_id(self): """Generate a predictable id for when Mailman being tested. @@ -97,7 +97,7 @@ class _PredictableIDGenerator: The type of the returned id is intended to be the type that makes sense for the subclass overriding this method. """ - raise NotImplementedError # pragma: no cover + raise NotImplementedError def _next_id(self): with self._lock: |
