Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-isaacs committed Dec 19, 2024
1 parent 7ad8fd4 commit b75c1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vortex-array/src/compute/binary_numeric.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ mod test {

use crate::array::PrimitiveArray;
use crate::compute::{scalar_at, sub_scalar};
use crate::{ArrayLen as _, IntoArrayData, IntoArrayVariant, IntoCanonical};
use crate::{ArrayLen as _, IntoArrayData, IntoArrayVariant};

#[test]
fn test_scalar_subtract_unsigned() {
Expand Down

0 comments on commit b75c1a2

Please sign in to comment.