diff options
author | David Shrewsbury <shrewsbury.dave@gmail.com> | 2014-10-10 16:18:14 -0400 |
---|---|---|
committer | David Shrewsbury <shrewsbury.dave@gmail.com> | 2014-10-10 16:18:14 -0400 |
commit | f3ef289360041ef0088e9f2e19637f9bf6d856fd (patch) | |
tree | af869d0522e831df62ae0b6d0b62c4847a58d5f9 /ironic/drivers/modules/fake.py | |
parent | bfec3234c3c2c9f8b95434a4a11e11eb6226d1df (diff) | |
download | ironic-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.py | 6 |
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): |