Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 20, 2024
1 parent 0b9ee35 commit 79b588c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion executorlib/interactive/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
InteractiveStepExecutor,
execute_tasks_with_dependencies,
)
from executorlib.interactive.slurm import SrunSpawner
from executorlib.standalone.inputcheck import (
check_command_line_argument_lst,
check_executor,
Expand All @@ -18,7 +19,6 @@
validate_number_of_cores,
)
from executorlib.standalone.interactive.spawner import MpiExecSpawner
from executorlib.interactive.slurm import SrunSpawner
from executorlib.standalone.plot import (
draw,
generate_nodes_and_edges,
Expand Down
1 change: 1 addition & 0 deletions executorlib/interactive/slurm.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from typing import Optional

from executorlib.standalone.interactive.spawner import SubprocessSpawner

SLURM_COMMAND = "srun"
Expand Down

0 comments on commit 79b588c

Please sign in to comment.