Docstrings should not start with a space

As per OpenStack Docstrings guide lines [1]:
[H401] Docstrings should not start with a space.
[H403] Multi line docstrings should end on a new line.
[H404] Multi line docstrings should start without a leading new line.
[H405] Multi line docstrings should start with a one line summary
followed by an empty line.

[1] http://docs.openstack.org/developer/hacking/#docstrings

trivialfix

Change-Id: Ia0320493edc025a2340e58724e91e8bf72112de0
This commit is contained in:
Cao Xuan Hoang
2016-09-27 12:56:25 +07:00
parent 3596172ee6
commit 45f725f19f
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
# under the License.
#
""" Add Service related dbs
"""Add Service related dbs
Revision ID: 12a57080b277
Revises: 5958429bcb3c

View File

@@ -13,7 +13,7 @@
# under the License.
#
""" Alter devices
"""Alter devices
Revision ID: 12a57080b278
Revises: 12a57080b277