Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Oct 11, 2024
1 parent 194b31e commit 3fbfe7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py-polars/polars/expr/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ class Expr:

@classmethod
def _from_pyexpr(cls, pyexpr: PyExpr) -> Expr:
v: int = 1
assert v == 1
expr = cls.__new__(cls)
expr._pyexpr = pyexpr
return expr
Expand Down

0 comments on commit 3fbfe7e

Please sign in to comment.