Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Ho authored and Colin Ho committed Sep 25, 2024
1 parent 01a5105 commit 48bfa25
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/daft-core/src/array/ops/concat_agg.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use arrow2::{
array::{Array, NullArray, Utf8Array},
array::{Array, Utf8Array},
bitmap::utils::SlicesIterator,
offset::OffsetsBuffer,
types::Index,
Expand All @@ -12,7 +12,7 @@ use crate::{
growable::{make_growable, Growable},
DataArray, ListArray,
},
prelude::{NullType, Utf8Type},
prelude::Utf8Type,
};

#[cfg(feature = "python")]
Expand Down Expand Up @@ -215,7 +215,6 @@ impl DaftConcatAggable for DataArray<Utf8Type> {
}
}


#[cfg(test)]
mod test {
use std::iter::repeat;
Expand Down

0 comments on commit 48bfa25

Please sign in to comment.