mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
fix: fix linting error
This commit is contained in:
parent
e83739d6c5
commit
e58c18611f
2 changed files with 1 additions and 8 deletions
|
@ -1,8 +1,6 @@
|
||||||
"""Utils for accessing credentials."""
|
"""Utils for accessing credentials."""
|
||||||
|
|
||||||
from typing import List, Union
|
from typing import List
|
||||||
|
|
||||||
from pydantic import BaseModel
|
|
||||||
|
|
||||||
import litellm
|
import litellm
|
||||||
from litellm.types.utils import CredentialItem
|
from litellm.types.utils import CredentialItem
|
||||||
|
|
|
@ -2,11 +2,6 @@
|
||||||
CRUD endpoints for storing reusable credentials.
|
CRUD endpoints for storing reusable credentials.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import asyncio
|
|
||||||
import json
|
|
||||||
import traceback
|
|
||||||
from typing import Optional
|
|
||||||
|
|
||||||
from fastapi import APIRouter, Depends, HTTPException, Request, Response
|
from fastapi import APIRouter, Depends, HTTPException, Request, Response
|
||||||
|
|
||||||
import litellm
|
import litellm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue