mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:24:35 +02:00
Lint this entire monstrosity
- Doing some of @schoen's refactoring homework for him :)
This commit is contained in:
@@ -93,7 +93,6 @@ s.serve_forever()" """
|
||||
def prepare(self): # pylint: disable=missing-docstring,no-self-use
|
||||
if self.config.noninteractive_mode:
|
||||
raise errors.PluginError("Running manual mode non-interactively is not supported")
|
||||
pass # pragma: no cover
|
||||
|
||||
def more_info(self): # pylint: disable=missing-docstring,no-self-use
|
||||
return ("This plugin requires user's manual intervention in setting "
|
||||
|
||||
Reference in New Issue
Block a user