Skip to content

Commit 11b0b24

Browse files
committed
fmt
1 parent edaf5b0 commit 11b0b24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/cubesqlplanner/cubesqlplanner/src/planner/base_query.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ use cubenativeutils::wrappers::inner_types::InnerTypes;
1313
use cubenativeutils::wrappers::object::NativeArray;
1414
use cubenativeutils::wrappers::serializer::NativeSerialize;
1515
use cubenativeutils::wrappers::NativeType;
16-
use cubenativeutils::wrappers::{NativeContextHolder, NativeObjectHandle, NativeStruct};
17-
use cubenativeutils::{CubeError, CubeErrorCauseType};
16+
use cubenativeutils::wrappers::{NativeContextHolder, NativeObjectHandle};
17+
use cubenativeutils::CubeError;
1818
use std::collections::HashMap;
1919
use std::rc::Rc;
2020

0 commit comments

Comments
 (0)