Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jul 8, 2024
1 parent 2749114 commit 1c81907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/spark-expr/src/abs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

//! Spark-compatible implementation of abs function
use arrow::array::{Array, Int32Array, Int32Builder};
use arrow::array::Array;
use std::{any::Any, sync::Arc};

use arrow::datatypes::DataType;
Expand Down

0 comments on commit 1c81907

Please sign in to comment.