refactor: remove unused imports
This commit is contained in:
parent
b51aa94d5f
commit
53c95f90fd
1 changed files with 1 additions and 2 deletions
|
|
@ -5,9 +5,8 @@ use axum::{
|
|||
ws::{Message, Utf8Bytes, WebSocket, WebSocketUpgrade},
|
||||
ConnectInfo,
|
||||
State
|
||||
}, http, response::IntoResponse
|
||||
}, response::IntoResponse
|
||||
};
|
||||
use reqwest::StatusCode;
|
||||
|
||||
use crate::{utils::events, AppState};
|
||||
|
||||
|
|
|
|||
Reference in a new issue