diff options
| author | J08nY | 2025-08-11 14:45:12 +0200 |
|---|---|---|
| committer | J08nY | 2025-08-11 14:45:12 +0200 |
| commit | 252a615887b590effbe374c591d7bcc4e408457b (patch) | |
| tree | 3622cee8a9894f667f66d42ed4b09488f9f0011f /pyecsca/misc | |
| parent | a678e53432e80f4b591762b4215bb2a5706eb239 (diff) | |
| download | pyecsca-252a615887b590effbe374c591d7bcc4e408457b.tar.gz pyecsca-252a615887b590effbe374c591d7bcc4e408457b.tar.zst pyecsca-252a615887b590effbe374c591d7bcc4e408457b.zip | |
Diffstat (limited to 'pyecsca/misc')
| -rw-r--r-- | pyecsca/misc/utils.py | 1 |
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 |
