fix: resolve from_str usage and filter method errors, remove unused imports

This commit is contained in:
Andrew Phillips (aider)
2025-05-10 09:44:25 -03:00
parent 48b4bb6e3a
commit 94fff32244
3 changed files with 14 additions and 6 deletions

View File

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