Skip to content

Commit

Permalink
Fix weird different file
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumiller committed Jan 12, 2025
1 parent 63a6e39 commit c6d7e70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions py-polars/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ fn polars(py: Python, m: &Bound<PyModule>) -> PyResult<()> {
.unwrap();
m.add_wrapped(wrap_pyfunction!(functions::int_ranges))
.unwrap();
m.add_wrapped(wrap_pyfunction!(functions::linear_space))
.unwrap();
m.add_wrapped(wrap_pyfunction!(functions::date_range))
.unwrap();
m.add_wrapped(wrap_pyfunction!(functions::date_ranges))
Expand Down

0 comments on commit c6d7e70

Please sign in to comment.