Skip to content

Commit

Permalink
return display for mypy.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjgoodrick committed Jan 13, 2025
1 parent 50d16af commit 6b93896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/_utils/various.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,4 +746,4 @@ def display_mermaid_graph(

from IPython.display import Markdown, display

display(Markdown(f"```mermaid\n{mermaid}\n```"))
return display(Markdown(f"```mermaid\n{mermaid}\n```"))

0 comments on commit 6b93896

Please sign in to comment.