]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update tasks.py 1139/head
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Sat, 2 Jul 2022 15:42:59 +0000 (08:42 -0700)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Sat, 2 Jul 2022 15:42:59 +0000 (08:42 -0700)
src/documents/tasks.py

index ebdf5e22e2f77e69929112fb0ace3eebda2df05e..0390129e2338ca4f0a464ec5db3810367795fcf1 100644 (file)
@@ -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