We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95785d commit 80172beCopy full SHA for 80172be
Lib/test/test_concurrent_futures/util.py
@@ -10,7 +10,7 @@
10
from concurrent.futures.process import _check_system_limits
11
12
from test import support
13
-from test.support import threading_helper
+from test.support import threading_helper, warnings_helper
14
15
16
def create_future(state=PENDING, exception=None, result=None):
0 commit comments