removed ThreadPoolExecutor import

Former-commit-id: 139410f7f0
This commit is contained in:
Arthur Lu 2021-04-25 06:05:33 +00:00
parent 727398d32f
commit 6c385b5bd3

View File

@ -143,7 +143,6 @@ from pathlib import Path
from multiprocessing import Pool
import platform
import sys
from concurrent.futures import ThreadPoolExecutor
import time
import warnings