Skip to content

Commit ee2d160

Browse files
committed
Add extra space line
1 parent ec6ed07 commit ee2d160

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_lazy_import/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ def test_lazy_import_type_attributes_accessible(self):
230230
proc = assert_python_ok("-c", code)
231231
self.assertIn(b"<built-in method resolve of lazy_import object at", proc.out)
232232

233+
233234
class SyntaxRestrictionTests(unittest.TestCase):
234235
"""Tests for syntax restrictions on lazy imports."""
235236

0 commit comments

Comments
 (0)