Lint this entire monstrosity

- Doing some of @schoen's refactoring homework for him :)
This commit is contained in:
Peter Eckersley
2016-02-03 18:55:06 -08:00
parent f7b374531a
commit 4d8dbc9d81
3 changed files with 13 additions and 14 deletions
-1
View File
@@ -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 "