mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
fmt
This commit is contained in:
parent
1eb9fe8562
commit
41eeffd88d
7 changed files with 18 additions and 25 deletions
|
@ -1,11 +1,9 @@
|
|||
use std::path::Path;
|
||||
|
||||
use anyhow::bail;
|
||||
use meilisearch_types::{
|
||||
heed,
|
||||
tasks::{KindWithContent, Status, Task},
|
||||
versioning::{VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH},
|
||||
};
|
||||
use meilisearch_types::heed;
|
||||
use meilisearch_types::tasks::{KindWithContent, Status, Task};
|
||||
use meilisearch_types::versioning::{VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH};
|
||||
use time::OffsetDateTime;
|
||||
use tracing::info;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue