Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Jan 28, 2024
1 parent a5d3e87 commit 6c2c674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-rust/src/util/terminals/xtermjs.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use axum::extract::ws::WebSocket;
use futures_util::{SinkExt, StreamExt};
use tokio::join;
use tokio_tungstenite::Connector;

use tokio_tungstenite::tungstenite::Message as TMessage;

use crate::util::api::proxmox::{build_ws_request, Credentials};
Expand Down

0 comments on commit 6c2c674

Please sign in to comment.