fix: remove duplicate digest argument and adjust imports
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
4c2df3d743
commit
9ba3a31e95
@@ -2,8 +2,8 @@ use anyhow::Result;
|
||||
use std::path::PathBuf;
|
||||
use std::str::FromStr;
|
||||
|
||||
use crate::db;
|
||||
use crate::compression_engine::CompressionType;
|
||||
use crate::db;
|
||||
use clap::error::ErrorKind;
|
||||
use clap::Command;
|
||||
use log::{debug, info};
|
||||
|
||||
Reference in New Issue
Block a user