Fixed H404 and related pep8 errors

This commit is contained in:
tengqm
2015-02-02 09:52:44 +08:00
parent 8fd21a1ca3
commit f215cfcf92
48 changed files with 352 additions and 486 deletions

View File

@@ -33,9 +33,8 @@ class_mapping = {
class Event(object):
'''
Class capturing a cluster operation or state change.
'''
'''Class capturing a cluster operation or state change.'''
def __init__(self, level, context, entity, action, status,
timestamp=None, reason='', entity_type='CLUSTER'):
self.level = level