diff --git a/crates/openapi-generator/src/main.rs b/crates/openapi-generator/src/main.rs index 5630a6fea..a6196f771 100644 --- a/crates/openapi-generator/src/main.rs +++ b/crates/openapi-generator/src/main.rs @@ -1,8 +1,9 @@ +use std::path::PathBuf; + use anyhow::Result; use clap::Parser; use meilisearch::routes::MeilisearchApi; use utoipa::OpenApi; -use std::path::PathBuf; #[derive(Parser)] #[command(name = "openapi-generator")]