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 ec6ed07 commit ee2d160Copy full SHA for ee2d160
Lib/test/test_lazy_import/__init__.py
@@ -230,6 +230,7 @@ def test_lazy_import_type_attributes_accessible(self):
230
proc = assert_python_ok("-c", code)
231
self.assertIn(b"<built-in method resolve of lazy_import object at", proc.out)
232
233
+
234
class SyntaxRestrictionTests(unittest.TestCase):
235
"""Tests for syntax restrictions on lazy imports."""
236
0 commit comments