Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/queue-resubmit' into queue-resubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Nov 15, 2024
2 parents d34f0a2 + 8267310 commit 1e23191
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions executorlib/cache/queue_spawner.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import os
import subprocess
from typing import List, Optional, Union, Tuple
from typing import List, Optional, Tuple, Union

from pysqa import QueueAdapter

from executorlib.standalone.hdf import dump, get_queue_id
from executorlib.standalone.inputcheck import check_file_exists
from executorlib.standalone.hdf import get_queue_id, dump


def execute_with_pysqa(
Expand Down
2 changes: 1 addition & 1 deletion executorlib/standalone/hdf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Tuple, Optional
from typing import Optional, Tuple

import cloudpickle
import h5py
Expand Down
2 changes: 1 addition & 1 deletion executorlib/standalone/inputcheck.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import inspect
import os.path
import multiprocessing
import os.path
from concurrent.futures import Executor
from typing import Callable, List, Optional

Expand Down

0 comments on commit 1e23191

Please sign in to comment.