Fix clippy warnings: unused imports, minor style fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::process::Command;
|
||||
use anyhow::{anyhow, Result};
|
||||
use log::{info, warn, error};
|
||||
use log::{info, error};
|
||||
|
||||
pub struct UploadHook {
|
||||
enabled: bool,
|
||||
|
||||
Reference in New Issue
Block a user