Skip to content

Commit

Permalink
Fix location.
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonspeed committed Nov 21, 2024
1 parent 2579b38 commit 987dd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-ops/src/series/ops/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ pub use floor_divide::*;
#[cfg(feature = "fused")]
pub use fused::*;
pub use horizontal::*;
#[cfg(feature = "index_of")]
pub use index::*;
#[cfg(feature = "index_of")]
pub use index_of::*;
pub use int_range::*;
#[cfg(feature = "interpolate")]
Expand Down

0 comments on commit 987dd52

Please sign in to comment.