File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -436,7 +436,6 @@ def tick_nodes_at(
436436
437437 entries = [self ._entries [i ] for i in node_indices ]
438438 self .context .activation_us = activation_us
439- nodes = [e .node for e in entries ]
440439 if self ._executor is not None :
441440 elapsed = self ._parallel_tick (entries )
442441 else :
Original file line number Diff line number Diff line change 1414
1515from .cyclic import sleep_until
1616from .runtime import (
17- Context ,
1817 SCHED_ERROR ,
1918 SCHED_SCHEDULABLE ,
2019 SCHED_UNSCHEDULABLE ,
20+ Context ,
2121 SchedReport ,
2222 SchedResourceAccess ,
2323 SchedTaskResult ,
Original file line number Diff line number Diff line change 1111"""
1212from __future__ import annotations
1313
14- import sys
1514import io
15+ import sys
1616import threading
1717import time
1818from contextlib import contextmanager
You can’t perform that action at this time.
0 commit comments