Remove unused import from tungstenite

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-12-12 17:33:11 -03:00
parent d929cfb525
commit 734c611f2b

View file

@ -19,7 +19,7 @@ use serde::Deserialize;
use std::{fs, path::PathBuf}; use std::{fs, path::PathBuf};
use tokio_tungstenite::{ use tokio_tungstenite::{
connect_async_tls_with_config, connect_async_tls_with_config,
tungstenite::{self, protocol::Message as TungsteniteMessage}, tungstenite::protocol::Message as TungsteniteMessage,
}; };
use crate::shared::AppState; use crate::shared::AppState;