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