Skip to content

Commit

Permalink
Fix typing now that code is tuple of frame(s) (#7778)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntabris committed Apr 17, 2023
1 parent 515dffe commit 5c0a412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/scheduler.py
Expand Up @@ -4260,7 +4260,7 @@ def update_graph(
user_priority: int | dict[str, int] = 0,
actors: bool | list[str] | None = None,
fifo_timeout: float = 0.0,
code: str | None = None,
code: tuple[str] | None = None,
annotations: dict | None = None,
stimulus_id: str | None = None,
) -> None:
Expand Down

0 comments on commit 5c0a412

Please sign in to comment.