Skip to content

Commit ed64acb

Browse files
fix test
1 parent f43f0ea commit ed64acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_capi/test_unicode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import unittest
22
import sys
33
from test import support
4-
from test.support import threading_helper
4+
from test.support import threading_helper, import_helper
55

66
try:
77
import _testcapi

0 commit comments

Comments
 (0)