removed ThreadPoolExecutor import

This commit is contained in:
Arthur Lu 2021-04-25 06:05:33 +00:00
parent 36dad7b22d
commit 139410f7f0

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