Skip to content

Commit 7459c72

Browse files
committed
fmt
Signed-off-by: BubbleCal <bubble-cal@outlook.com>
1 parent b4549c0 commit 7459c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/lance-index/src/vector/transform.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use std::fmt::Debug;
88
use std::sync::Arc;
99

10-
use arrow::datatypes::{UInt64Type, UInt8Type};
10+
use arrow::datatypes::UInt64Type;
1111
use arrow_array::types::{Float16Type, Float32Type, Float64Type};
1212
use arrow_array::UInt64Array;
1313
use arrow_array::{cast::AsArray, Array, ArrowPrimitiveType, RecordBatch, UInt32Array};

0 commit comments

Comments
 (0)