Merge "Docstrings should not start with a space"

This commit is contained in:
Jenkins 2016-11-14 13:19:31 +00:00 committed by Gerrit Code Review
commit a42999fe49
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ from freezer_dr.evacuators.common.driver import EvacuatorBaseDriver
class DummyEvacuator(EvacuatorBaseDriver):
""" Evacuation driver that does nothing. Useful for testing other parts
"""Evacuation driver that does nothing. Useful for testing other parts
of Freezer-DR.
"""

View File

@ -15,8 +15,8 @@ from freezer_dr.monitors.common.driver import MonitorBaseDriver
class DummyDriver(MonitorBaseDriver):
"""
A monitoring driver that returns a configured list of nodes as failed.
"""A monitoring driver that returns a configured list of nodes as failed.
This can be useful for testing without actually shutting down the nodes.
The nodes that should be reported as failing, can be configured in the
monitoring section of the freezer_dr configuration file as follows: