Skip to content

Commit

Permalink
update: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Aug 29, 2024
1 parent 7303b05 commit bcbd236
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/bin/super/routes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ use rocket::*;
use sphinx_swarm::config::SendSwarmDetailsBody;
use sphinx_swarm::config::SendSwarmDetailsResponse;
use sphinx_swarm::rocket_utils::{CmdRequest, Error, Result, CORS};
use std::collections::HashMap;
use std::sync::Arc;
use tokio::sync::{broadcast::error::RecvError, mpsc, Mutex};

Expand Down
1 change: 0 additions & 1 deletion src/bin/super/util.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use crate::cmd::AddSwarmResponse;
use crate::state::{RemoteStack, Super};
use std::collections::HashMap;

pub fn add_new_swarm_details(
state: &mut Super,
Expand Down

0 comments on commit bcbd236

Please sign in to comment.