Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Oct 22, 2021
1 parent 1be9493 commit 951f925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/active_memory_manager.py
Expand Up @@ -306,7 +306,7 @@ def run(
.. code-block:: python
choice = yield "replicate", ts, None
choice = (yield "replicate", ts, None)
``choice`` is either a WorkerState or None; the latter is returned if the
ActiveMemoryManager chose to disregard the request.
Expand Down

0 comments on commit 951f925

Please sign in to comment.