Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
zundertj authored and ritchie46 committed Nov 19, 2021
1 parent 2603d1b commit 0186310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/tests/test_df.py
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ def test_literal_series() -> None:
)
out = (
df.lazy()
.with_column(pl.Series("e", [2, 1, 3])) # type: ignore # TODO: is this allowed?
.with_column(pl.Series("e", [2, 1, 3])) # type: ignore
.with_column(pl.col("e").cast(pl.Float32))
.collect()
)
Expand Down

0 comments on commit 0186310

Please sign in to comment.