Skip to content

Commit

Permalink
Fix result
Browse files Browse the repository at this point in the history
  • Loading branch information
William Dillon committed Sep 15, 2022
1 parent 038e120 commit cc60c4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polars/polars-algo/src/algo.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use polars_core::prelude::*;
use polars_lazy::prelude::*;
use polars_core::error::PolarsResult as Result;

pub fn hist(
s: &Series,
Expand Down

0 comments on commit cc60c4f

Please sign in to comment.