Skip to content

Commit d1d4bee

Browse files
committed
fix: remove redundant single-component use reqwest import
Fixes clippy::single_component_path_imports lint error in test_sse_concurrent_streams.rs.
1 parent 0f578e3 commit d1d4bee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/rmcp/tests/test_sse_concurrent_streams.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ use std::sync::Arc;
1515
use std::time::Duration;
1616

1717
use futures::StreamExt;
18-
use reqwest;
1918
use rmcp::{
2019
RoleServer, ServerHandler,
2120
model::{Implementation, ProtocolVersion, ServerCapabilities, ServerInfo, ToolsCapability},

0 commit comments

Comments
 (0)