gh-142349: Fix ast.unparse for lazy import statements (#144893)
The unparser was not handling the `is_lazy` attribute on Import and ImportFrom AST nodes, causing lazy imports to be unparsed as regular imports. This broke the round-trip (parse → unparse → reparse) for any file containing `lazy import` statements.
P
Pablo Galindo Salgado committed
18c04f2e2a7e47329e9eefc5f269afe2d68729b0
Parent: 185a6e9
Committed by GitHub <noreply@github.com>
on 2/16/2026, 10:57:49 PM