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