Skip to content

Commit

Permalink
Linted
Browse files Browse the repository at this point in the history
  • Loading branch information
William Dillon committed Sep 15, 2022
1 parent cc60c4f commit 321c8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polars/polars-algo/src/algo.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use polars_core::error::PolarsResult as Result;
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 321c8a1

Please sign in to comment.