fmt: split multi-name imports to sidestep formatter version drift
ci / gates (push) Successful in 4s
ci / rust (push) Failing after 9s
ci / frontend (push) Successful in 26s
ci / e2e (push) Skipped
ci / publish (push) Skipped

This commit is contained in:
Omar Sobh
2026-07-19 13:25:23 -07:00
parent d4ddf6bfc7
commit e43a551e97
+4 -2
View File
@@ -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;