We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5674a95 commit b78daf7Copy full SHA for b78daf7
1 file changed
Lib/test/test_tkinter/test_misc.py
@@ -14,7 +14,7 @@
14
class TestTkImportTime(AbstractTkTest, unittest.TestCase):
15
@support.cpython_only
16
def test_lazy_imports(self):
17
- import_helper.ensure_lazy_imports(
+ support.import_helper.ensure_lazy_imports(
18
"tkinter", {"re", "os", "traceback"}
19
)
20
0 commit comments