Skip to content

Commit 6c4769f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 82fd56f commit 6c4769f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/executorlib/task_scheduler/file/spawner_pysqa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
from pysqa import QueueAdapter
66

7+
from executorlib.standalone.command_pysqa import pysqa_execute_command, pysqa_terminate
78
from executorlib.standalone.hdf import dump, get_queue_id
89
from executorlib.standalone.inputcheck import check_file_exists
910
from executorlib.standalone.interactive.spawner import (
1011
set_current_directory_in_environment,
1112
)
12-
from executorlib.standalone.command_pysqa import pysqa_execute_command, pysqa_terminate
1313

1414

1515
def execute_with_pysqa(

src/executorlib/task_scheduler/interactive/spawner_pysqa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
from pysqa import QueueAdapter
77

8+
from executorlib.standalone.command_pysqa import pysqa_execute_command, pysqa_terminate
89
from executorlib.standalone.inputcheck import validate_number_of_cores
910
from executorlib.standalone.interactive.spawner import (
1011
BaseSpawner,
1112
set_current_directory_in_environment,
1213
)
13-
from executorlib.standalone.command_pysqa import pysqa_execute_command, pysqa_terminate
1414
from executorlib.task_scheduler.base import validate_resource_dict
1515
from executorlib.task_scheduler.interactive.blockallocation import (
1616
BlockAllocationTaskScheduler,

0 commit comments

Comments
 (0)