Commit 663a243
refactor: move deferred Markdown import to top-level with other Rich imports
The `from rich.markdown import Markdown` import was deferred inside a
nested closure in `_on_iteration_ended`, the only lazy module-level import
in the file. All other Rich components are imported at the top. Moving it
there makes the import surface consistent and predictable.
Co-authored-by: Ralphify <noreply@ralphify.co>1 parent 472cf7c commit 663a243
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
1539 | 1540 | | |
1540 | 1541 | | |
1541 | 1542 | | |
1542 | | - | |
1543 | | - | |
1544 | 1543 | | |
1545 | 1544 | | |
1546 | 1545 | | |
| |||
0 commit comments