Fix pep8
Ignore E731 and fix some pep8 errors. Change-Id: Id7dfa9f1fc63b5e196261e4311d2f0c61a5ab9c1
This commit is contained in:
parent
550fde3c91
commit
ad547dccaf
@ -160,8 +160,8 @@ class EventDefinition(object):
|
||||
return False
|
||||
|
||||
def match_type(self, event_type):
|
||||
return (self.included_type(event_type)
|
||||
and not self.excluded_type(event_type))
|
||||
return (self.included_type(event_type) and
|
||||
not self.excluded_type(event_type))
|
||||
|
||||
@property
|
||||
def is_catchall(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user