Merge "Docstrings should not start with a space"
This commit is contained in:
@@ -110,7 +110,7 @@ class Strategy(base.APIBase):
|
|||||||
"""The name of the goal this audit refers to"""
|
"""The name of the goal this audit refers to"""
|
||||||
|
|
||||||
parameters_spec = {wtypes.text: types.jsontype}
|
parameters_spec = {wtypes.text: types.jsontype}
|
||||||
""" Parameters spec dict"""
|
"""Parameters spec dict"""
|
||||||
|
|
||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
super(Strategy, self).__init__()
|
super(Strategy, self).__init__()
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ in any appropriate storage system (InfluxDB, OpenTSDB, MongoDB,...).
|
|||||||
import abc
|
import abc
|
||||||
import six
|
import six
|
||||||
|
|
||||||
""" Work in progress Helper to query metrics """
|
"""Work in progress Helper to query metrics"""
|
||||||
|
|
||||||
|
|
||||||
@six.add_metaclass(abc.ABCMeta)
|
@six.add_metaclass(abc.ABCMeta)
|
||||||
|
|||||||
Reference in New Issue
Block a user