Skip to content

Commit

Permalink
Remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Sep 23, 2023
1 parent dc76e17 commit 561453e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion trio/_core/_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,6 @@ class GuestState:
run_sync_soon_not_threadsafe: Callable[[Callable[[], object]], object] = attr.ib()
done_callback: Callable[[Outcome[Any]], object] = attr.ib()
unrolled_run_gen: Generator[float, EventResult, None] = attr.ib()

unrolled_run_next_send: Outcome[Any] = attr.ib(factory=_value_factory)

def guest_tick(self) -> None:
Expand Down

0 comments on commit 561453e

Please sign in to comment.