mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
remove unused exports from networking.tsx
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
07cb6d5bec
commit
06d1616b9f
3 changed files with 22 additions and 964 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -13,7 +13,6 @@ vi.mock("../networking", () => ({
|
|||
tagListCall: vi.fn().mockResolvedValue({ data: [] }),
|
||||
vectorStoreListCall: vi.fn().mockResolvedValue({ data: [] }),
|
||||
getGuardrailsList: vi.fn().mockResolvedValue({ data: [] }),
|
||||
mcpToolsCall: vi.fn().mockResolvedValue({ data: [] }),
|
||||
modelHubCall: vi.fn().mockResolvedValue({ data: [] }),
|
||||
}));
|
||||
|
||||
|
|
|
|||
|
|
@ -31,9 +31,6 @@ vi.mock("../networking", async () => {
|
|||
vectorStoreListCall: vi.fn().mockResolvedValue({
|
||||
data: [],
|
||||
}),
|
||||
mcpToolsCall: vi.fn().mockResolvedValue({
|
||||
data: [],
|
||||
}),
|
||||
agentListCall: vi.fn().mockResolvedValue({
|
||||
data: [],
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue