Skip to content

Commit

Permalink
Fix main (merge race -- dead import) (#7715)
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc authored Oct 14, 2024
1 parent f84a80b commit 8839891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/store/re_dataframe/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ pub use self::query::QueryHandle;
pub use self::external::arrow2::chunk::Chunk as ArrowChunk;
#[doc(no_inline)]
pub use self::external::re_chunk_store::{
ColumnSelector, ComponentColumnSelector, Index, IndexRange, IndexValue, JoinEncoding,
QueryExpression, SparseFillStrategy, TimeColumnSelector, ViewContentsSelector,
ColumnSelector, ComponentColumnSelector, Index, IndexRange, IndexValue, QueryExpression,
SparseFillStrategy, TimeColumnSelector, ViewContentsSelector,
};
#[doc(no_inline)]
pub use self::external::re_log_types::{TimeInt, Timeline};
Expand Down

0 comments on commit 8839891

Please sign in to comment.