Skip to content

Commit 82fd56f

Browse files
committed
fixes
1 parent d238967 commit 82fd56f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/standalone/test_slurm_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from executorlib.standalone.command import generate_slurm_command
33

44
try:
5-
from executorlib.standalone.scheduler import pysqa_execute_command
5+
from executorlib.standalone.command_pysqa import pysqa_execute_command
66

77
skip_pysqa_test = False
88
except ImportError:

0 commit comments

Comments
 (0)