mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-12-23 13:10:06 +01:00
Fix invalid import of tasks types
This commit is contained in:
parent
7034803712
commit
2c24c7d403
@ -3,13 +3,10 @@ use meilisearch_types::heed::{
|
||||
Database, RoTxn,
|
||||
};
|
||||
use meilisearch_types::milli::{RoaringBitmapCodec, BEU32};
|
||||
use meilisearch_types::tasks::{Details, Task};
|
||||
use roaring::RoaringBitmap;
|
||||
|
||||
use crate::{
|
||||
index_mapper::IndexMapper,
|
||||
task::{Details, Task},
|
||||
IndexScheduler, Kind, Status,
|
||||
};
|
||||
use crate::{index_mapper::IndexMapper, IndexScheduler, Kind, Status};
|
||||
|
||||
pub fn snapshot_index_scheduler(scheduler: &IndexScheduler) -> String {
|
||||
let IndexScheduler {
|
||||
|
Loading…
x
Reference in New Issue
Block a user