mirror of
https://github.com/openai/codex.git
synced 2026-04-30 19:32:04 +03:00
codex: fix CI failure on PR #15237
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -20,7 +20,6 @@ use futures::SinkExt;
|
||||
use futures::StreamExt;
|
||||
use http::HeaderMap;
|
||||
use http::HeaderValue;
|
||||
use serde_json::Value;
|
||||
use std::collections::HashMap;
|
||||
use std::sync::Arc;
|
||||
use std::sync::atomic::AtomicBool;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
pub mod methods;
|
||||
mod methods_common;
|
||||
pub(crate) mod methods_common;
|
||||
mod methods_v1;
|
||||
mod methods_v2;
|
||||
pub mod protocol;
|
||||
|
||||
Reference in New Issue
Block a user