From e0132514f667582bc33232352e0a46bb464246e6 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sun, 8 Feb 2026 05:14:07 +0000 Subject: [PATCH] fix: needed to use format:fix --- src/agents/models-config.providers.nvidia.test.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/agents/models-config.providers.nvidia.test.ts b/src/agents/models-config.providers.nvidia.test.ts index 14b9d5c31..fcb9885e6 100644 --- a/src/agents/models-config.providers.nvidia.test.ts +++ b/src/agents/models-config.providers.nvidia.test.ts @@ -3,10 +3,7 @@ import { tmpdir } from "node:os"; import { join } from "node:path"; import { describe, expect, it } from "vitest"; import { resolveApiKeyForProvider } from "./model-auth.js"; -import { - buildNvidiaProvider, - resolveImplicitProviders, -} from "./models-config.providers.js"; +import { buildNvidiaProvider, resolveImplicitProviders } from "./models-config.providers.js"; describe("NVIDIA provider", () => { it("should include nvidia when NVIDIA_API_KEY is configured", async () => {