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:
Ahmed Ibrahim
2026-03-18 12:30:01 -07:00
parent bbcf29c235
commit ccfcea8125

View File

@@ -1,5 +1,5 @@
use base64::Engine;
use super::token_data::*;
use base64::Engine;
use pretty_assertions::assert_eq;
use serde::Serialize;