refactor: remove unused imports and add missing ones

This commit is contained in:
Andrew Phillips (aider)
2025-05-10 09:14:31 -03:00
parent 9bc4fcd484
commit 3351245eb4

View File

@@ -1,11 +1,11 @@
use anyhow::{Context, Result, anyhow};
use std::fs;
use anyhow::Result;
use std::path::PathBuf;
use crate::db;
use clap::Command;
use log::{debug, warn};
use clap::error::ErrorKind;
use log::{debug, info};
use crate::CompressionType;
use rusqlite::Connection;
pub fn mode_update(