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
70c44741f3
commit
9faff9c24c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
CRUD endpoints for storing reusable credentials.
|
||||
"""
|
||||
|
||||
from typing import Optional, Union
|
||||
from typing import Optional
|
||||
|
||||
from fastapi import APIRouter, Depends, HTTPException, Request, Response
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue