diff --git a/letsencrypt/errors.py b/letsencrypt/errors.py index 99bb29d9d..a5c3186a8 100644 --- a/letsencrypt/errors.py +++ b/letsencrypt/errors.py @@ -86,10 +86,6 @@ class NotSupportedError(PluginError): """Let's Encrypt Plugin function not supported error.""" -class RevokerError(Error): - """Let's Encrypt Revoker error.""" - - class StandaloneBindError(Error): """Standalone plugin bind error."""