fix: Add anyhow macro to imports in compression_engine.rs

Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-09-10 10:39:43 -03:00
parent a528f47a14
commit 5521a352a7

View File

@@ -1,4 +1,4 @@
use anyhow::Result; use anyhow::{Result, anyhow};
use std::io; use std::io;
use std::io::{Read, Write}; use std::io::{Read, Write};
use std::path::PathBuf; use std::path::PathBuf;