Skip to content

Commit 90d5688

Browse files
authored
Add files via upload
1 parent 33fc56a commit 90d5688

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

multioptpy/Wrapper/mapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
import logging
1919
import multiprocessing
2020
import os
21+
import time
2122
import re
2223
import copy
2324
import shutil
@@ -2830,7 +2831,6 @@ def _run_batch_parallel(
28302831
history_log, priority_log:
28312832
Absolute paths to the two log files maintained by :meth:`run`.
28322833
"""
2833-
import time
28342834
import queue as _queue_mod
28352835

28362836
# ── Build per-task configs and persist config_used.json ──────────

0 commit comments

Comments
 (0)