Private
Public Access
1
0

proj: Fix warnings

This commit is contained in:
2025-01-20 22:13:44 -08:00
parent 5d3d2f194a
commit bfc6fdddc1
5 changed files with 15 additions and 7 deletions

View File

@@ -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};