Skip to content

Commit b03f3c9

Browse files
committed
Correct imports in scheduler test
1 parent 61b88f7 commit b03f3c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hgraph_unit_tests/_runtime/test_scheduler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
from frozendict import frozendict
55

6-
from ace.adaptors.perspective.user_table import sample
76
from hgraph import (
87
EvaluationClock,
98
compute_node,
@@ -21,7 +20,7 @@
2120
SIGNAL,
2221
schedule,
2322
evaluate_graph,
24-
GraphConfiguration,
23+
GraphConfiguration, run_graph, sample,
2524
)
2625
from hgraph import const
2726
from hgraph.test import eval_node

0 commit comments

Comments
 (0)