From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 2 Jul 2022 15:42:59 +0000 (-0700) Subject: Update tasks.py X-Git-Tag: v1.8.0-beta.rc1~23^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1139%2Fhead;p=thirdparty%2Fpaperless-ngx.git Update tasks.py --- diff --git a/src/documents/tasks.py b/src/documents/tasks.py index ebdf5e22e2..0390129e23 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