mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix linting
This commit is contained in:
parent
b7cbdcdf74
commit
765e3cd931
1 changed files with 2 additions and 4 deletions
|
|
@ -33,11 +33,9 @@ from litellm.proxy.management_endpoints.internal_user_endpoints import new_user
|
|||
from litellm.secret_managers.main import str_to_bool
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from fastapi_sso.sso.base import OpenID as _OpenID
|
||||
|
||||
OpenID = _OpenID
|
||||
from fastapi_sso.sso.base import OpenID
|
||||
else:
|
||||
OpenID = Any
|
||||
from typing import Any as OpenID
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue