Skip to content

Commit f7c0ff2

Browse files
committed
clean up unused imports from concurrent.futures
1 parent ca3828b commit f7c0ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/framework/easyblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
import tempfile
5353
import time
5454
import traceback
55-
from concurrent.futures import FIRST_COMPLETED, ThreadPoolExecutor, wait
55+
from concurrent.futures import ThreadPoolExecutor
5656
from datetime import datetime
5757

5858
import easybuild.tools.environment as env

0 commit comments

Comments
 (0)