Skip to content

Commit

Permalink
remove duplicate inputs from merge cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
danking committed Oct 21, 2024
1 parent ea57488 commit 94bffc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvortex/src/array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use pyo3::prelude::*;
use pyo3::types::{IntoPyDict, PyList};
use vortex::array::ChunkedArray;
use vortex::compute::unary::fill_forward;
use vortex::compute::{compare, slice, slice, take, take, Operator};
use vortex::compute::{compare, slice, take, Operator};
use vortex::{Array, ArrayDType, IntoCanonical};

use crate::dtype::PyDType;
Expand Down

0 comments on commit 94bffc7

Please sign in to comment.