Remove unused import from tungstenite
This commit is contained in:
parent
d929cfb525
commit
734c611f2b
1 changed files with 21 additions and 21 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue