Skip to content

Commit bdcdcf9

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

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/devel_test_lazy_ali_ehpc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
from dpdispatcher.lazy_local_context import LazyLocalContext
77
from dpdispatcher.pbs import PBS
8+
89
from dpdispatcher.submission import Resources, Submission, Task
910

1011
# local_session = LocalSession({'work_path':'temp2'})

tests/devel_test_shell.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
# from dpdispatcher.pbs import PBS
99
from dpdispatcher.shell import Shell
10+
1011
from dpdispatcher.submission import Resources, Submission, Task
1112

1213
local_session = LocalSession({"work_path": "temp2"})

tests/devel_test_ssh_ali_ehpc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# from dpdispatcher.batch import Batch
1111
# from dpdispatcher.pbs import PBS
1212
from dpdispatcher.batch_object import BatchObject
13+
1314
from dpdispatcher.submission import Resources, Submission, Task
1415

1516
with open("ssh_machine.json") as f:

0 commit comments

Comments
 (0)