Skip to content

Commit

Permalink
In-code comments should start with #, not with """
Browse files Browse the repository at this point in the history
Change-Id: I0415c26418743eb8b40590d48e5ecbb719686685
  • Loading branch information
DinaBelova committed Aug 25, 2014
1 parent 068232e commit b5b744c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ceilometer/alarm/storage/base.py
Expand Up @@ -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},
Expand Down
3 changes: 1 addition & 2 deletions ceilometer/storage/base.py
Expand Up @@ -135,8 +135,7 @@ def get_field_names(cls):
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,
Expand Down

0 comments on commit b5b744c

Please sign in to comment.