summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/fake.py
diff options
context:
space:
mode:
authorDavid Shrewsbury <shrewsbury.dave@gmail.com>2014-10-10 16:18:14 -0400
committerDavid Shrewsbury <shrewsbury.dave@gmail.com>2014-10-10 16:18:14 -0400
commitf3ef289360041ef0088e9f2e19637f9bf6d856fd (patch)
treeaf869d0522e831df62ae0b6d0b62c4847a58d5f9 /ironic/drivers/modules/fake.py
parentbfec3234c3c2c9f8b95434a4a11e11eb6226d1df (diff)
downloadironic-f3ef289360041ef0088e9f2e19637f9bf6d856fd.tar.gz
Enable H405 PEP8 check
Fixes files with the PEP8 error: H405 multi line docstring summary not separated with an empty line and enables the PEP8 check in tox.ini. Change-Id: I632c89e2a1783be8305a8a8cea7ae9d3bb55b62c
Diffstat (limited to 'ironic/drivers/modules/fake.py')
-rw-r--r--ironic/drivers/modules/fake.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/ironic/drivers/modules/fake.py b/ironic/drivers/modules/fake.py
index 55f00e4ff..c8fdca460 100644
--- a/ironic/drivers/modules/fake.py
+++ b/ironic/drivers/modules/fake.py
@@ -63,8 +63,10 @@ class FakePower(base.PowerInterface):
class FakeDeploy(base.DeployInterface):
- """Example imlementation of a deploy interface that uses a
- separate power interface.
+ """Class for a fake deployment driver.
+
+ Example imlementation of a deploy interface that uses a
+ separate power interface.
"""
def get_properties(self):