Skip to content

Commit a95785d

Browse files
committed
Remove unused import
1 parent 4bf706d commit a95785d

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

Lib/test/test_concurrent_futures/util.py

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

1212
from test import support
1313
from test.support import threading_helper
14-
import warnings
1514

1615

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

0 commit comments

Comments
 (0)