Skip to content

Commit a70682e

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

executorlib/cache/queue_spawner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import os
22
import subprocess
3-
from typing import List, Optional, Union, Tuple
3+
from typing import List, Optional, Tuple, Union
44

55
from pysqa import QueueAdapter
66

7+
from executorlib.standalone.hdf import dump, get_queue_id
78
from executorlib.standalone.inputcheck import check_file_exists
8-
from executorlib.standalone.hdf import get_queue_id, dump
99

1010

1111
def execute_with_pysqa(

executorlib/standalone/hdf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Tuple, Optional
1+
from typing import Optional, Tuple
22

33
import cloudpickle
44
import h5py

executorlib/standalone/inputcheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import inspect
2-
import os.path
32
import multiprocessing
3+
import os.path
44
from concurrent.futures import Executor
55
from typing import Callable, List, Optional
66

0 commit comments

Comments
 (0)