diff --git a/src/documents/tasks.py b/src/documents/tasks.py index ebdf5e22e..0390129e2 100644 --- a/src/documents/tasks.py +++ b/src/documents/tasks.py @@ -1,9 +1,7 @@ import logging import os import shutil -import tempfile from pathlib import Path -from typing import List # for type hinting. Can be removed, if only Python >3.8 is used from typing import Type import tqdm