justheuristic 5 лет назад
Родитель
Сommit
5604250c0d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tesseract/utils/threading.py

+ 1 - 1
tesseract/utils/threading.py

@@ -1,5 +1,5 @@
 import os
-from concurrent.futures import Future, ThreadPoolExecutor, as_completed
+from concurrent.futures import Future, ThreadPoolExecutor, as_completed, TimeoutError
 import time
 from typing import Optional, List