Fix the format and linter error

This commit is contained in:
Gnosnay 2024-12-28 20:35:32 +08:00
parent 44eb153619
commit 525e67ba93
7 changed files with 9 additions and 7 deletions

View file

@ -27,7 +27,6 @@ pub use self::enrich::{extract_finite_float_from_value, DocumentId};
pub use self::helpers::*;
pub use self::transform::{Transform, TransformOutput};
use super::new::StdResult;
use crate::documents::{obkv_to_object, DocumentsBatchReader};
use crate::error::{Error, InternalError};
use crate::index::{PrefixSearch, PrefixSettings};