Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueDoctor committed Nov 13, 2024
1 parent 2de30eb commit 931d04e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions robusta/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@ use axum::{
routing::{get, get_service, post},
Json, Router,
};
use futures_util::{FutureExt, SinkExt};
use futures_util::SinkExt;
use lazy_static::lazy_static;
use reqwest::StatusCode;
use std::sync::atomic::AtomicBool;
use tokio::{
pin,
sync::mpsc::{Receiver, Sender},
};
use tower::util::{Oneshot, ServiceExt};
use tokio::sync::mpsc::{Receiver, Sender};
use tower::util::ServiceExt;
use tower_http::{
cors::CorsLayer,
services::{ServeDir, ServeFile},
Expand Down

0 comments on commit 931d04e

Please sign in to comment.