mirror of
https://github.com/openai/codex.git
synced 2026-09-14 11:57:03 +00:00
Fix codex-auth test import ordering
Apply the rustfmt import ordering expected by CI for the moved token data tests. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use base64::Engine;
|
||||
use super::token_data::*;
|
||||
use base64::Engine;
|
||||
use pretty_assertions::assert_eq;
|
||||
use serde::Serialize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user