Skip to content

Commit b74a790

Browse files
committed
Remove unused imports from test.
1 parent 87a90f3 commit b74a790

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_free_threading/test_bisect.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import unittest
22
from test.support import import_helper, threading_helper
3-
from threading import Thread, Barrier
43
import random
54

65
py_bisect = import_helper.import_fresh_module('bisect', blocked=['_bisect'])

0 commit comments

Comments
 (0)