Skip to content

Commit d97e340

Browse files
committed
remove unused imports
1 parent 0fb16c7 commit d97e340

File tree

1 file changed

+0
-7
lines changed
  • codex-rs/app-server-protocol/src/protocol

1 file changed

+0
-7
lines changed

codex-rs/app-server-protocol/src/protocol/common.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
use std::collections::HashMap;
21
use std::path::Path;
3-
use std::path::PathBuf;
42

53
use crate::JSONRPCNotification;
64
use crate::JSONRPCRequest;
@@ -9,11 +7,6 @@ use crate::export::GeneratedSchema;
97
use crate::export::write_json_schema;
108
use crate::protocol::v1;
119
use crate::protocol::v2;
12-
use codex_protocol::ConversationId;
13-
use codex_protocol::parse_command::ParsedCommand;
14-
use codex_protocol::protocol::FileChange;
15-
use codex_protocol::protocol::ReviewDecision;
16-
use codex_protocol::protocol::SandboxCommandAssessment;
1710
use schemars::JsonSchema;
1811
use serde::Deserialize;
1912
use serde::Serialize;

0 commit comments

Comments
 (0)