mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix: fix linting error
This commit is contained in:
parent
8d6815ce98
commit
3be3b802c8
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ import uuid
|
|||
from typing import TYPE_CHECKING, Any, Dict, List, Optional, Union, cast
|
||||
|
||||
from fastapi import APIRouter, Depends, HTTPException, Request, status
|
||||
from fastapi.responses import RedirectResponse
|
||||
|
||||
import litellm
|
||||
from litellm._logging import verbose_proxy_logger
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue