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:
@@ -13,7 +13,7 @@
|
||||
# under the License.
|
||||
#
|
||||
|
||||
""" Add Service related dbs
|
||||
"""Add Service related dbs
|
||||
|
||||
Revision ID: 12a57080b277
|
||||
Revises: 5958429bcb3c
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
# under the License.
|
||||
#
|
||||
|
||||
""" Alter devices
|
||||
"""Alter devices
|
||||
|
||||
Revision ID: 12a57080b278
|
||||
Revises: 12a57080b277
|
||||
|
||||
Reference in New Issue
Block a user