Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeee committed Dec 17, 2024
1 parent d0ca7bc commit 0a22d3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/core/src/utils/serialization.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@ mod tests {
};
use arrow_schema::{Field, Fields};
use datafusion::{
functions_aggregate::average::AvgAccumulator, logical_expr::Accumulator, scalar::ScalarValue,
functions_aggregate::average::AvgAccumulator, logical_expr::Accumulator,
scalar::ScalarValue,
};
use std::sync::Arc;

Expand Down

0 comments on commit 0a22d3c

Please sign in to comment.