From 7aefcc834b6cd279a8f16e6427bfdfed1c30912f Mon Sep 17 00:00:00 2001 From: Wolfgang Noichl Date: Wed, 23 Oct 2024 15:23:08 +0200 Subject: [PATCH] docs(python): Spurious import in example (#19398) --- py-polars/polars/expr/expr.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py-polars/polars/expr/expr.py b/py-polars/polars/expr/expr.py index d5d40217f72d..514c9205398b 100644 --- a/py-polars/polars/expr/expr.py +++ b/py-polars/polars/expr/expr.py @@ -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"],