Skip to content

Commit d735393

Browse files
committed
Fix lint
1 parent 463b8b6 commit d735393

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_free_threading/test_capi.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import ctypes
22
import sys
3-
import threading
43
import unittest
54

6-
from test.support import import_helper, threading_helper
5+
from test.support import threading_helper
76
from test.support.threading_helper import run_concurrently
87

98

0 commit comments

Comments
 (0)