Skip to content

Commit

Permalink
remove use
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanc-n committed Nov 14, 2024
1 parent 2c3db9d commit 4bbee51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/functions-nested/src/string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
use arrow::array::{
Array, ArrayRef, BooleanArray, Float32Array, Float64Array, GenericListArray,
Int16Array, Int32Array, Int64Array, Int8Array, LargeStringArray, ListBuilder,
OffsetSizeTrait, StringArray, StringBuilder, StringViewArray, UInt16Array,
UInt32Array, UInt64Array, UInt8Array,
OffsetSizeTrait, StringArray, StringBuilder, UInt16Array, UInt32Array, UInt64Array,
UInt8Array,
};
use arrow::datatypes::{DataType, Field};
use datafusion_expr::TypeSignature;
Expand Down

0 comments on commit 4bbee51

Please sign in to comment.