diff --git a/docs/sum.md b/docs/sum.md index d591abe..7049b47 100644 --- a/docs/sum.md +++ b/docs/sum.md @@ -25,11 +25,6 @@ def sum_i64(expr: IntoExpr, other: IntoExpr) -> pl.Expr: args=[other] ) ``` -Make sure to add -```python -from polars.type_aliases import IntoExpr -``` -to the top of the file too. ## I’ve got 1100011 problems but binary ain't one