Appease pep8

pull/1026/head
Paul "LeoNerd" Evans 2016-08-18 16:26:19 +01:00
parent 105ff162d4
commit fcf1dec809
1 changed files with 2 additions and 0 deletions

View File

@ -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):