Skip to content

Commit b4a42ce

Browse files
committed
Fix import sort order after rename
1 parent 9dd6db5 commit b4a42ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/contrib/langgraph/test_e2e_functional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
reset_task_execution_counts,
4747
simple_functional_entrypoint,
4848
slow_entrypoint,
49-
waiting_task,
5049
step_1,
5150
step_2,
5251
step_3,
5352
step_4,
5453
step_5,
54+
waiting_task,
5555
)
5656
from tests.contrib.langgraph.e2e_functional_workflows import (
5757
ContinueAsNewFunctionalWorkflow,

0 commit comments

Comments
 (0)