Skip to content

Commit 07f7f25

Browse files
committed
WIP changes
Signed-off-by: Nicholas Gates <nick@nickgates.com>
1 parent b19c44d commit 07f7f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-python/src/registry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ use pyo3::prelude::*;
55
use pyo3::Bound;
66
use pyo3::PyResult;
77
use pyo3::Python;
8+
use vortex::session::ArraySessionExt;
89
use vortex::vtable::ArrayVTableExt;
9-
use vortex_array::session::ArraySessionExt;
1010

1111
use crate::arrays::py::PythonVTable;
1212
use crate::install_module;

0 commit comments

Comments
 (0)