refactor: remove unused import of ProviderName in modelCache

This commit is contained in:
daniel-lxs 2025-10-30 09:50:36 -05:00
parent 4cdf54a82f
commit 6aff586bb5
No known key found for this signature in database
GPG key ID: 21C74479048B3AA6

View file

@ -3,8 +3,6 @@ import fs from "fs/promises"
import NodeCache from "node-cache"
import type { ProviderName } from "@roo-code/types"
import { safeWriteJson } from "../../../utils/safeWriteJson"
import { ContextProxy } from "../../../core/config/ContextProxy"