Skip to content

Commit db4b9be

Browse files
committed
u
Signed-off-by: Joe Isaacs <[email protected]>
1 parent e610ae7 commit db4b9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-array/src/expr/transform/replace.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-FileCopyrightText: Copyright the Vortex contributors
33

44
use vortex_dtype::{Nullability, StructFields};
5-
use vortex_error::{VortexExpect, VortexResult};
5+
use vortex_error::VortexExpect;
66

77
use crate::expr::Expression;
88
use crate::expr::exprs::get_item::col;

0 commit comments

Comments
 (0)