Skip to content

Commit

Permalink
feature gate 2
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Dec 3, 2024
1 parent 489ac02 commit d7e267d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/polars-core/src/frame/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use crate::chunked_array::metadata::MetadataFlags;
#[cfg(feature = "algorithm_group_by")]
use crate::chunked_array::ops::unique::is_unique_helper;
use crate::prelude::*;
#[cfg(feature = "zip_with")]
use crate::series::arithmetic::horizontal as series_horizontal;
#[cfg(feature = "row_hash")]
use crate::utils::split_df;
Expand Down

0 comments on commit d7e267d

Please sign in to comment.