fix: remove unused import (#16495)

This lint violation slipped through because our Bazel CI setup currently
doesn't cover `--tests` when doing `cargo clippy`. I am working on
fixing this via:

- https://github.com/openai/codex/pull/16450
- https://github.com/openai/codex/pull/16460
This commit is contained in:
Michael Bolin
2026-04-01 19:27:26 -07:00
committed by GitHub
parent d4464125c5
commit d7e5bc6a3a

View File

@@ -2880,7 +2880,6 @@ mod tests {
use pretty_assertions::assert_eq;
use rmcp::model::Content;
use serde_json::Value as JsonValue;
use serde_json::json;
use std::time::Duration;
use tokio::sync::Mutex;
use tokio::sync::mpsc;