fix: add missing log/rusqlite imports and remove unused imports
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
use anyhow::{Context, Result, Error, anyhow};
|
use anyhow::{Context, Result, anyhow};
|
||||||
use std::fs;
|
use std::fs;
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
|
|
||||||
use crate::db::{self, Item};
|
use crate::db::self;
|
||||||
use crate::compression::CompressionType;
|
|
||||||
use clap::Command;
|
use clap::Command;
|
||||||
|
use log::{debug, warn};
|
||||||
|
use clap::error::ErrorKind;
|
||||||
|
use rusqlite::Connection;
|
||||||
|
|
||||||
pub fn mode_delete(
|
pub fn mode_delete(
|
||||||
cmd: &mut Command,
|
cmd: &mut Command,
|
||||||
|
|||||||
Reference in New Issue
Block a user