proj: Fix warnings
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use anyhow::Result;
|
||||
use clap::Subcommand;
|
||||
use kordophone::APIInterface;
|
||||
use std::{env, path::{Path, PathBuf}};
|
||||
use std::{env, path::PathBuf};
|
||||
|
||||
use kordophone_db::ChatDatabase;
|
||||
use crate::{client, printers::ConversationPrinter};
|
||||
|
||||
Reference in New Issue
Block a user