Skip to content

Commit

Permalink
chore: bump kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco authored and rtyler committed Nov 21, 2024
1 parent 8f84d7d commit 2835a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/kernel/scalars.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! Auxiliary methods for dealing with kernel scalars
use std::cmp::Ordering;
use std::{cmp::Ordering, fmt::Debug};

use arrow_array::Array;
use arrow_schema::TimeUnit;
Expand Down

0 comments on commit 2835a38

Please sign in to comment.