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 ee2d160 commit 6ea42c7Copy full SHA for 6ea42c7
Lib/test/test_lazy_import/__init__.py
@@ -227,7 +227,7 @@ def test_lazy_import_type_attributes_accessible(self):
227
lazy import json
228
print(globals()["json"].resolve)
229
""")
230
- proc = assert_python_ok("-c", code)
+ proc = assert_python_ok("-c", code)
231
self.assertIn(b"<built-in method resolve of lazy_import object at", proc.out)
232
233
0 commit comments