Skip to content

Commit be9f1ce

Browse files
committed
no need to import concurrent.futures in parallel tests
1 parent 87a7c16 commit be9f1ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/problems/test_parallel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import unittest
22

33
import multiprocessing
4-
from concurrent.futures import ThreadPoolExecutor, ProcessPoolExecutor
54

65
import numpy as np
76

0 commit comments

Comments
 (0)