Skip to content

Commit 80172be

Browse files
committed
Add required import ^^;
1 parent a95785d commit 80172be

File tree

1 file changed

+1
-1
lines changed
  • Lib/test/test_concurrent_futures

1 file changed

+1
-1
lines changed

Lib/test/test_concurrent_futures/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from concurrent.futures.process import _check_system_limits
1111

1212
from test import support
13-
from test.support import threading_helper
13+
from test.support import threading_helper, warnings_helper
1414

1515

1616
def create_future(state=PENDING, exception=None, result=None):

0 commit comments

Comments
 (0)