Remove unused 'wait' import

This commit is contained in:
Łukasz Langa 2020-06-18 20:06:53 +02:00
parent 6168723f5b
commit 7f9a2e2efc
No known key found for this signature in database
GPG Key ID: B26995E310250568

View File

@ -40,7 +40,7 @@ import tempfile
import time
import unicodedata
from concurrent.futures import ProcessPoolExecutor, wait, as_completed
from concurrent.futures import ProcessPoolExecutor, as_completed
DEFAULT_CHUNK_SIZE = 16384 # block size in HFS+; 4X the block size in ext4