style: fix import ordering in openai-codex-auth

This commit is contained in:
Ralph 2026-02-16 12:35:52 +01:00 committed by Peter Steinberger
parent 3ac422fe2e
commit 24569d093a

View File

@ -1,12 +1,12 @@
import * as fs from "node:fs";
import * as os from "node:os";
import * as path from "node:path";
import {
emptyPluginConfigSchema,
type OpenClawPluginApi,
type ProviderAuthContext,
type ProviderAuthResult,
} from "openclaw/plugin-sdk";
import * as fs from "node:fs";
import * as path from "node:path";
import * as os from "node:os";
const PROVIDER_ID = "openai-codex";
const PROVIDER_LABEL = "OpenAI Codex CLI";