fix: make generate_status_info public and remove unused imports

Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-11 13:04:19 -03:00
parent ff588b9db2
commit f8c896fa25
3 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
use anyhow::Result;
use axum::http::HeaderMap;
use log::{info, warn};
use log::info;
use serde::{Deserialize, Serialize};
use std::collections::HashMap;
use std::path::PathBuf;