Skip to content

Commit 0093db7

Browse files
committed
Cleanup: remove unused imports
1 parent 536137e commit 0093db7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/api/providers/roo.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Anthropic } from "@anthropic-ai/sdk"
22
import OpenAI from "openai"
33

4-
import { AuthState, rooDefaultModelId, type ModelInfo } from "@roo-code/types"
4+
import { rooDefaultModelId } from "@roo-code/types"
55
import { CloudService } from "@roo-code/cloud"
66

77
import type { ApiHandlerOptions, ModelRecord } from "../../shared/api"
@@ -12,9 +12,8 @@ import type { RooReasoningParams } from "../transform/reasoning"
1212
import { getRooReasoning } from "../transform/reasoning"
1313

1414
import type { ApiHandlerCreateMessageMetadata } from "../index"
15-
import { DEFAULT_HEADERS } from "./constants"
1615
import { BaseOpenAiCompatibleProvider } from "./base-openai-compatible-provider"
17-
import { getModels, flushModels, getModelsFromCache } from "../providers/fetchers/modelCache"
16+
import { getModels, getModelsFromCache } from "../providers/fetchers/modelCache"
1817
import { handleOpenAIError } from "./utils/openai-error-handler"
1918

2019
// Extend OpenAI's CompletionUsage to include Roo specific fields

0 commit comments

Comments
 (0)