cargo clippy/fix
This commit is contained in:
@@ -3,7 +3,6 @@ use kordophone::api::http_client::HTTPAPIClient;
|
||||
use kordophone::api::http_client::Credentials;
|
||||
use kordophone::api::InMemoryTokenStore;
|
||||
|
||||
use dotenv;
|
||||
use anyhow::Result;
|
||||
use clap::Subcommand;
|
||||
use crate::printers::{ConversationPrinter, MessagePrinter};
|
||||
@@ -58,7 +57,7 @@ struct ClientCli {
|
||||
impl ClientCli {
|
||||
pub fn new() -> Self {
|
||||
let api = make_api_client_from_env();
|
||||
Self { api: api }
|
||||
Self { api }
|
||||
}
|
||||
|
||||
pub async fn print_version(&mut self) -> Result<()> {
|
||||
|
||||
Reference in New Issue
Block a user