Skip to content

Commit

Permalink
Removes stale cardinalities_task internal attribute on composing stra…
Browse files Browse the repository at this point in the history
…tegy.

PiperOrigin-RevId: 339271404
  • Loading branch information
jkr26 authored and tensorflow-copybara committed Oct 27, 2020
1 parent ec6dfe0 commit b11c726
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ def __init__(self, executor: federating_executor.FederatingExecutor,
py_typecheck.check_type(e, executor_base.Executor)
self._server_executor = server_executor
self._target_executors = target_executors
self._cardinalities_task = None

def close(self):
self._server_executor.close()
Expand Down

0 comments on commit b11c726

Please sign in to comment.