Skip to content

Commit b78daf7

Browse files
authored
Fix import in lazy import test
1 parent 5674a95 commit b78daf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_tkinter/test_misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class TestTkImportTime(AbstractTkTest, unittest.TestCase):
1515
@support.cpython_only
1616
def test_lazy_imports(self):
17-
import_helper.ensure_lazy_imports(
17+
support.import_helper.ensure_lazy_imports(
1818
"tkinter", {"re", "os", "traceback"}
1919
)
2020

0 commit comments

Comments
 (0)