aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/misc/utils.py
diff options
context:
space:
mode:
authorJ08nY2025-08-11 14:45:12 +0200
committerJ08nY2025-08-11 14:45:12 +0200
commit252a615887b590effbe374c591d7bcc4e408457b (patch)
tree3622cee8a9894f667f66d42ed4b09488f9f0011f /pyecsca/misc/utils.py
parenta678e53432e80f4b591762b4215bb2a5706eb239 (diff)
downloadpyecsca-252a615887b590effbe374c591d7bcc4e408457b.tar.gz
pyecsca-252a615887b590effbe374c591d7bcc4e408457b.tar.zst
pyecsca-252a615887b590effbe374c591d7bcc4e408457b.zip
Diffstat (limited to 'pyecsca/misc/utils.py')
-rw-r--r--pyecsca/misc/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyecsca/misc/utils.py b/pyecsca/misc/utils.py
index 40849b3..ba7b75a 100644
--- a/pyecsca/misc/utils.py
+++ b/pyecsca/misc/utils.py
@@ -7,6 +7,7 @@ from typing import List, Any, Generator
from pyecsca.misc.cfg import getconfig, TemporaryConfig
+from concurrent.futures import TimeoutError
from loky import ProcessPoolExecutor, as_completed, Future