remove unused import

This commit is contained in:
Irevoire 2022-10-30 20:05:20 +01:00
parent fea9fdcd7e
commit 510afda590
No known key found for this signature in database
GPG Key ID: 7A6A970C96104F1B

View File

@ -1,7 +1,6 @@
use std::fs::{self, File};
use std::io::{BufRead, BufReader, ErrorKind};
use std::path::Path;
use std::str::FromStr;
pub use meilisearch_types::milli;
use tempfile::TempDir;