Skip to content
Snippets Groups Projects
Commit fcf1dec8 authored by Paul "LeoNerd" Evans's avatar Paul "LeoNerd" Evans
Browse files

Appease pep8

parent 105ff162
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ def log_failure(failure): ...@@ -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): ...@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment