Skip to content

Commit

Permalink
clean up unused imports from concurrent.futures
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Feb 21, 2024
1 parent ca3828b commit f7c0ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/framework/easyblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
import tempfile
import time
import traceback
from concurrent.futures import FIRST_COMPLETED, ThreadPoolExecutor, wait
from concurrent.futures import ThreadPoolExecutor
from datetime import datetime

import easybuild.tools.environment as env
Expand Down

0 comments on commit f7c0ff2

Please sign in to comment.