Skip to content

Commit 6ea42c7

Browse files
committed
Fix linting issue
1 parent ee2d160 commit 6ea42c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_lazy_import/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def test_lazy_import_type_attributes_accessible(self):
227227
lazy import json
228228
print(globals()["json"].resolve)
229229
""")
230-
proc = assert_python_ok("-c", code)
230+
proc = assert_python_ok("-c", code)
231231
self.assertIn(b"<built-in method resolve of lazy_import object at", proc.out)
232232

233233

0 commit comments

Comments
 (0)