We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33fc56a commit 90d5688Copy full SHA for 90d5688
1 file changed
multioptpy/Wrapper/mapper.py
@@ -18,6 +18,7 @@
18
import logging
19
import multiprocessing
20
import os
21
+import time
22
import re
23
import copy
24
import shutil
@@ -2830,7 +2831,6 @@ def _run_batch_parallel(
2830
2831
history_log, priority_log:
2832
Absolute paths to the two log files maintained by :meth:`run`.
2833
"""
- import time
2834
import queue as _queue_mod
2835
2836
# ── Build per-task configs and persist config_used.json ──────────
0 commit comments