From 7f9a2e2efcb117ba46b8de9a2c406b92b566ecab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Langa?= Date: Thu, 18 Jun 2020 20:06:53 +0200 Subject: [PATCH] Remove unused 'wait' import --- src/bitrot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitrot.py b/src/bitrot.py index d0a112d..8e49249 100755 --- a/src/bitrot.py +++ b/src/bitrot.py @@ -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