Skip to content

Commit

Permalink
feat: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefAWasfy committed Oct 9, 2024
1 parent 75c0043 commit 654a157
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions affinidi-messaging-mediator/src/handlers/authenticate.rs
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
use std::{net::SocketAddr, time::SystemTime};

use affinidi_messaging_didcomm::{envelope::MetaEnvelope, Message, UnpackOptions};
use affinidi_messaging_sdk::messages::GenericDataStruct;
use axum::{
extract::{ConnectInfo, State},
Json,
};
use axum::{extract::State, Json};
use http::StatusCode;
use jsonwebtoken::{encode, Header};
use rand::{distributions::Alphanumeric, Rng};
use serde::{Deserialize, Serialize};
use std::time::SystemTime;
use tracing::{debug, info, warn};

use crate::{
Expand Down

0 comments on commit 654a157

Please sign in to comment.