fix: resolve compilation errors by adding missing imports and fixing schema definitions

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-12 16:58:29 -03:00
parent 3395c54843
commit 4d3a9fd3ac
6 changed files with 8 additions and 14 deletions

View File

@@ -11,7 +11,6 @@ use std::path::PathBuf;
use std::str::FromStr;
use std::io::Read;
use anyhow::{Result, anyhow};
use utoipa::ToSchema;
use crate::compression_engine::{CompressionType, get_compression_engine};
use crate::db;