Docstrings should not start with a space
As per OpenStack Docstrings guide lines [1]: [H401] Docstrings should not start with a space. [1] http://docs.openstack.org/developer/hacking/#docstrings trivialfix Change-Id: I10055c61c99984939671bad9421cf2ae3ff89343
This commit is contained in:
parent
beca2cc62c
commit
43521275ca
@ -12,7 +12,7 @@
|
||||
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
""" Brick Connector objects for each supported transport protocol.
|
||||
"""Brick Connector objects for each supported transport protocol.
|
||||
|
||||
.. module: connector
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
# License for the specific language governing permissions and limitations under
|
||||
# the License.
|
||||
|
||||
""" Generic RBD connection utilities."""
|
||||
"""Generic RBD connection utilities."""
|
||||
|
||||
import io
|
||||
from oslo_log import log as logging
|
||||
|
Loading…
Reference in New Issue
Block a user