Skip to content
Snippets Groups Projects
Commit ee99f9aa authored by Richard Belleville's avatar Richard Belleville
Browse files

Remove TODO

parent 09a270d6
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,6 @@ def _event_handler(state, response_deserializer): ...@@ -159,7 +159,6 @@ def _event_handler(state, response_deserializer):
state.condition.notify_all() state.condition.notify_all()
done = not state.due done = not state.due
for callback in callbacks: for callback in callbacks:
# TODO(gnossen): Are these *only* user callbacks?
try: try:
callback() callback()
except Exception as e: # pylint: disable=broad-except except Exception as e: # pylint: disable=broad-except
......
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