Merge "Docstrings should not start with a space"
This commit is contained in:
commit
2642627da6
@ -110,7 +110,7 @@ class Strategy(base.APIBase):
|
||||
"""The name of the goal this audit refers to"""
|
||||
|
||||
parameters_spec = {wtypes.text: types.jsontype}
|
||||
""" Parameters spec dict"""
|
||||
"""Parameters spec dict"""
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
super(Strategy, self).__init__()
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user