Merge "In-code comments should start with #
, not with """
"
This commit is contained in:
commit
da37a747b5
@ -22,8 +22,7 @@
|
||||
class Connection(object):
|
||||
"""Base class for alarm storage system connections."""
|
||||
|
||||
"""A dictionary representing the capabilities of this driver.
|
||||
"""
|
||||
# A dictionary representing the capabilities of this driver.
|
||||
CAPABILITIES = {
|
||||
'alarms': {'query': {'simple': False,
|
||||
'complex': False},
|
||||
|
@ -134,8 +134,7 @@ class Model(object):
|
||||
class Connection(object):
|
||||
"""Base class for storage system connections."""
|
||||
|
||||
"""A dictionary representing the capabilities of this driver.
|
||||
"""
|
||||
# A dictionary representing the capabilities of this driver.
|
||||
CAPABILITIES = {
|
||||
'meters': {'pagination': False,
|
||||
'query': {'simple': False,
|
||||
|
Loading…
x
Reference in New Issue
Block a user