fix: remove unused imports and parameters

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-29 14:31:27 -03:00
parent 4472f3db94
commit fbdcb94ba1
5 changed files with 5 additions and 19 deletions

View File

@@ -4,20 +4,8 @@ use clap::*;
use clap::error::ErrorKind;
use log::*;
extern crate directories;
use directories::ProjectDirs;
extern crate prettytable;
extern crate lazy_static;
extern crate term;
extern crate serde_json;
extern crate serde_yaml;
extern crate serde;
use keep::args::{Args, NumberOrString};
use keep::config::Settings;
use keep::db;
@@ -30,7 +18,7 @@ fn main() -> Result<(), Error> {
use std::fs;
let proj_dirs = ProjectDirs::from("gt0.ca", "Andrew Phillips", "Keep");
let mut cmd = Args::command();
let cmd = Args::command();
let args = Args::parse();
// Validate arguments based on mode