From 212b8a5213e0f4bb9d7b8156b86d62f9335a00e4 Mon Sep 17 00:00:00 2001 From: Andrew Duffy Date: Thu, 6 Jun 2024 14:06:48 +0100 Subject: [PATCH] clippy --- vortex-datetime-parts/src/compute.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vortex-datetime-parts/src/compute.rs b/vortex-datetime-parts/src/compute.rs index 7f16ef5eab..c21843e833 100644 --- a/vortex-datetime-parts/src/compute.rs +++ b/vortex-datetime-parts/src/compute.rs @@ -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;