♻️ refactor(cli): remove unused Delete import
- remove unused `Delete` import from `cull_gmail`
This commit is contained in:
committed by
Jeremiah Russell
parent
882fb60100
commit
011da42664
@@ -1,5 +1,5 @@
|
||||
use clap::Parser;
|
||||
use cull_gmail::{Delete, GmailClient, MessageList, Result};
|
||||
use cull_gmail::{GmailClient, MessageList, Result, RuleProcessor};
|
||||
|
||||
/// Command line options for the list subcommand
|
||||
#[derive(Debug, Parser)]
|
||||
|
||||
Reference in New Issue
Block a user