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 4bf706d commit a95785dCopy full SHA for a95785d
Lib/test/test_concurrent_futures/util.py
@@ -11,7 +11,6 @@
11
12
from test import support
13
from test.support import threading_helper
14
-import warnings
15
16
17
def create_future(state=PENDING, exception=None, result=None):
0 commit comments