From 3351245eb417310c7e92ab0ce31eb374cbd1ab12 Mon Sep 17 00:00:00 2001 From: "Andrew Phillips (aider)" Date: Sat, 10 May 2025 09:14:31 -0300 Subject: [PATCH] refactor: remove unused imports and add missing ones --- src/modes/update.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modes/update.rs b/src/modes/update.rs index 5ff32cd..4ae1332 100644 --- a/src/modes/update.rs +++ b/src/modes/update.rs @@ -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(