Skip to content

Commit 9080660

Browse files
committed
fix
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 12a826f commit 9080660

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

vortex-array/src/vtable/dyn_.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ use std::fmt::Debug;
55
use std::sync::Arc;
66

77
use arcref::ArcRef;
8-
use vortex_error::vortex_ensure;
98
use vortex_error::VortexExpect;
109
use vortex_error::VortexResult;
10+
use vortex_error::vortex_ensure;
1111
use vortex_session::VortexSession;
1212

13-
use crate::buffer::BufferHandle;
14-
use crate::dtype::DType;
15-
use crate::executor::ExecutionCtx;
16-
use crate::serde::ArrayChildren;
17-
use crate::vtable::VTable;
1813
use crate::ArrayAdapter;
1914
use crate::ArrayRef;
2015
use crate::DynArray;
2116
use crate::ExecutionResult;
2217
use crate::ExecutionStep;
2318
use crate::IntoArray;
19+
use crate::buffer::BufferHandle;
20+
use crate::dtype::DType;
21+
use crate::executor::ExecutionCtx;
22+
use crate::serde::ArrayChildren;
23+
use crate::vtable::VTable;
2424

2525
/// ArrayId is a globally unique name for the array's vtable.
2626
pub type ArrayId = ArcRef<str>;

0 commit comments

Comments
 (0)