forked from MirrorHub/synapse
Appease pep8
This commit is contained in:
parent
105ff162d4
commit
fcf1dec809
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@ def log_failure(failure):
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def _is_valid_3pentity_result(r, field):
|
def _is_valid_3pentity_result(r, field):
|
||||||
if not isinstance(r, dict):
|
if not isinstance(r, dict):
|
||||||
return False
|
return False
|
||||||
|
@ -55,6 +56,7 @@ def _is_valid_3pentity_result(r, field):
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
class ApplicationServicesHandler(object):
|
class ApplicationServicesHandler(object):
|
||||||
|
|
||||||
def __init__(self, hs):
|
def __init__(self, hs):
|
||||||
|
|
Loading…
Reference in a new issue