Skip to content

Commit

Permalink
docs(python): Spurious import in example (#19398)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgang-noichl authored Oct 23, 2024
1 parent b64e032 commit 7aefcc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py-polars/polars/expr/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -4195,7 +4195,6 @@ def filter(
Filter expressions can also take constraints as keyword arguments.
>>> import polars.selectors as cs
>>> df = pl.DataFrame(
... {
... "key": ["a", "a", "a", "a", "b", "b", "b", "b", "b"],
Expand Down

0 comments on commit 7aefcc8

Please sign in to comment.