fix: add FromStr import for CompressionType

This commit is contained in:
Andrew Phillips (aider)
2025-05-10 10:00:51 -03:00
parent dea46b0679
commit 63a2ff9707

View File

@@ -1,5 +1,6 @@
use anyhow::Result;
use std::path::PathBuf;
use std::str::FromStr;
use crate::db;
use clap::Command;