Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
a10y committed Jun 6, 2024
1 parent 2bdcab9 commit 212b8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vortex-datetime-parts/src/compute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use vortex::validity::ArrayValidity;
use vortex::{Array, ArrayDType, ArrayFlatten, IntoArray};
use vortex_dtype::DType;
use vortex_error::{vortex_bail, VortexResult};
use vortex_scalar::{Scalar, ScalarValue};
use vortex_scalar::Scalar;

use crate::DateTimePartsArray;

Expand Down

0 comments on commit 212b8a5

Please sign in to comment.