Skip to content

Commit f97964f

Browse files
committed
Adjust import
1 parent efd0858 commit f97964f

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
@@ -3,7 +3,7 @@
33
from test.support import import_helper
44

55
import_helper.import_module('_testcapi')
6-
_testinternalcapi = import_helper.import_module('_testinteralcapi')
6+
import_helper.import_module('_testinteralcapi')
77

88

99
NULL = None

0 commit comments

Comments
 (0)