Skip to content

Commit 0f89859

Browse files
committed
fixup
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent 4602536 commit 0f89859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • vortex-array/src/arrays/patched/vtable

vortex-array/src/arrays/patched/vtable/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ fn apply_patches_primitive<V: NativePType>(
349349

350350
#[cfg(test)]
351351
mod tests {
352-
use crate::session::ArraySessionExt;
353352
use rstest::rstest;
354353
use vortex_buffer::ByteBufferMut;
355354
use vortex_buffer::buffer;
@@ -374,6 +373,7 @@ mod tests {
374373
use crate::patches::Patches;
375374
use crate::serde::SerializeOptions;
376375
use crate::serde::SerializedArray;
376+
use crate::session::ArraySessionExt;
377377
use crate::validity::Validity;
378378

379379
#[test]

0 commit comments

Comments
 (0)