Skip to content

Commit

Permalink
fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Nov 3, 2024
1 parent 43740fa commit df5b979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/tests/unit/operations/namespaces/test_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def test_meta_tree_format(namespace_files_path: Path) -> None:
def test_meta_show_graph(namespace_files_path: Path) -> None:
e = (pl.col("foo") * pl.col("bar")).sum().over(pl.col("ham")) / 2
dot = e.meta.show_graph(show=False, raw_output=True)
assert dot is not None
assert len(dot) > 0
# Don't check output contents since this creates a maintenance burden
# Assume output check in test_meta_tree_format is enough
Expand Down

0 comments on commit df5b979

Please sign in to comment.