Skip to content

Commit f236151

Browse files
committed
Remove unused imports
1 parent fe1b6a0 commit f236151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-api/src/signal_client/signal_stream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use base64;
2828

2929
#[cfg(feature = "signal-client-tokio")]
3030
use tokio::{
31-
io::{AsyncRead, AsyncReadExt, AsyncWrite, AsyncWriteExt},
31+
io::{AsyncReadExt, AsyncWriteExt},
3232
net::TcpStream as TokioTcpStream,
3333
};
3434

0 commit comments

Comments
 (0)