mirror of
https://github.com/matrix-org/synapse.git
synced 2025-09-30 01:51:26 +02:00
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):
|
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…
x
Reference in New Issue
Block a user