Skip to content

Commit 8b4589d

Browse files
committed
fix import
1 parent d867664 commit 8b4589d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_fluxclusterexecutor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010

1111
try:
1212
import flux.job
13+
from executorlib import terminate_tasks_in_cache
1314
from executorlib.standalone.hdf import dump
14-
from executorlib.task_scheduler.file.queue_spawner import terminate_tasks_in_cache, execute_with_pysqa
15+
from executorlib.task_scheduler.file.queue_spawner import execute_with_pysqa
1516
from executorlib.standalone.scheduler import terminate_with_pysqa
1617

1718
skip_flux_test = "FLUX_URI" not in os.environ

0 commit comments

Comments
 (0)