fmt: split multi-name imports to sidestep formatter version drift
This commit is contained in:
@@ -22,10 +22,12 @@
|
||||
//! `mcp_bundles` config asks for.
|
||||
|
||||
use axum::extract::State;
|
||||
use axum::http::{HeaderMap, header::AUTHORIZATION};
|
||||
use axum::http::header::AUTHORIZATION;
|
||||
use axum::http::HeaderMap;
|
||||
use axum::response::Json;
|
||||
use serde::Deserialize;
|
||||
use serde_json::{Value, json};
|
||||
use serde_json::json;
|
||||
use serde_json::Value;
|
||||
use uuid::Uuid;
|
||||
|
||||
use crate::AppState;
|
||||
|
||||
Reference in New Issue
Block a user