Skip to content

Commit 3be3b80

Browse files
fix: fix linting error
1 parent 8d6815c commit 3be3b80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

litellm/proxy/management_endpoints/ui_sso.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from typing import TYPE_CHECKING, Any, Dict, List, Optional, Union, cast
1212

1313
from fastapi import APIRouter, Depends, HTTPException, Request, status
14+
from fastapi.responses import RedirectResponse
1415

1516
import litellm
1617
from litellm._logging import verbose_proxy_logger

0 commit comments

Comments
 (0)