Skip to content

Commit

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

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

use arrow::datatypes::DataType;
Expand Down

0 comments on commit d1e8dec

Please sign in to comment.