Remove unused import

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
This commit is contained in:
Martin Tzvetanov Grigorov 2025-06-04 14:17:01 +03:00
parent 3f256a7959
commit a15ebb283f
No known key found for this signature in database
GPG Key ID: 3194FD8C1AE300EF

View File

@ -3,7 +3,6 @@ use meilisearch::Opt;
use tempfile::TempDir; use tempfile::TempDir;
use super::test_settings_documents_indexing_swapping_and_search; use super::test_settings_documents_indexing_swapping_and_search;
use crate::common::shared_index_with_nested_documents;
use crate::{ use crate::{
common::{default_settings, shared_index_with_documents, Server, DOCUMENTS, NESTED_DOCUMENTS}, common::{default_settings, shared_index_with_documents, Server, DOCUMENTS, NESTED_DOCUMENTS},
json, json,