Skip to content

Commit 5f8f2a4

Browse files
committed
fix: LazyDataset pub for crate
1 parent 75e3427 commit 5f8f2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/revrt/src/dataset.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ use zarrs::storage::{
1616
use crate::ArrayIndex;
1717
use crate::cost::CostFunction;
1818
use crate::error::Result;
19-
use lazy_array::LazyDataset;
2019
pub(crate) use lazy_chunk::LazyChunk;
20+
pub(crate) use lazy_dataset::LazyDataset;
2121

2222
const CHUNK_SHAPE: [u64; 2] = [1_000, 1_000];
2323

0 commit comments

Comments
 (0)