Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
boxdot committed Feb 5, 2025
1 parent 9c93cab commit 0464cc3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions coreclient/src/clients/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ use store::ClientRecord;
use thiserror::Error;
use tokio_stream::Stream;
use tracing::{error, info};
use uuid::Uuid;

use crate::store::StoreNotificationsSender;
use crate::utils::persistence::{SqliteConnection, Storable};
use crate::{
clients::connection_establishment::{ConnectionEstablishmentPackageTbs, FriendshipPackage},
contacts::{Contact, ContactAddInfos, PartialContact},
Expand All @@ -75,10 +75,6 @@ use crate::{
Asset,
};
use crate::{key_stores::as_credentials::AsCredentials, ConversationId};
use crate::{
utils::persistence::{SqliteConnection, Storable},
Message,
};

use self::{api_clients::ApiClients, create_user::InitialUserState, store::UserCreationState};

Expand Down

0 comments on commit 0464cc3

Please sign in to comment.