Skip to content

Commit

Permalink
Merge pull request #8 from thomasjpfan/do_not_need_to_add_alias
Browse files Browse the repository at this point in the history
IntoExpr import is already in cookiecutter
  • Loading branch information
MarcoGorelli authored Jan 27, 2024
2 parents d41f5d9 + 7e889d6 commit 27b2d4a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/sum.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 27b2d4a

Please sign in to comment.