Skip to content

Commit 5b9ddde

Browse files
committed
fmt
Signed-off-by: Onur Satici <[email protected]>
1 parent 75840ac commit 5b9ddde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vortex-python/src/serde/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ use vortex::ArraySessionExt;
1212
use vortex_ipc::messages::{DecoderMessage, MessageDecoder, PollRead};
1313

1414
use crate::arrays::PyArrayRef;
15-
use crate::install_module;
16-
use crate::SESSION;
1715
use crate::serde::context::PyArrayContext;
1816
use crate::serde::parts::PyArrayParts;
17+
use crate::{SESSION, install_module};
1918

2019
/// Register serde functions and classes.
2120
pub(crate) fn init(py: Python, parent: &Bound<PyModule>) -> PyResult<()> {

0 commit comments

Comments
 (0)