Appease pep8
This commit is contained in:
parent
105ff162d4
commit
fcf1dec809
|
@ -34,6 +34,7 @@ def log_failure(failure):
|
|||
)
|
||||
)
|
||||
|
||||
|
||||
def _is_valid_3pentity_result(r, field):
|
||||
if not isinstance(r, dict):
|
||||
return False
|
||||
|
@ -55,6 +56,7 @@ def _is_valid_3pentity_result(r, field):
|
|||
|
||||
return True
|
||||
|
||||
|
||||
class ApplicationServicesHandler(object):
|
||||
|
||||
def __init__(self, hs):
|
||||
|
|
Loading…
Reference in New Issue