Merge "Docstrings should not start with a space"

This commit is contained in:
Jenkins
2016-10-03 06:33:58 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ in any appropriate storage system (InfluxDB, OpenTSDB, MongoDB,...).
import abc
import six
""" Work in progress Helper to query metrics """
"""Work in progress Helper to query metrics"""
@six.add_metaclass(abc.ABCMeta)