From 7734325b71608b93c50e6df1d0c55ee8dfbbfc22 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 2 Jul 2022 08:42:59 -0700 Subject: [PATCH] Update tasks.py --- src/documents/tasks.py | 2 -- 1 file changed, 2 deletions(-) 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