mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
style(mcp): remove unused Optional import in token_exchange.py
This commit is contained in:
parent
539ffd0a31
commit
35a6801ccd
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ See: https://datatracker.ietf.org/doc/html/rfc8693
|
|||
import asyncio
|
||||
import hashlib
|
||||
import weakref
|
||||
from typing import TYPE_CHECKING, Dict, Optional, Tuple
|
||||
from typing import TYPE_CHECKING, Dict, Tuple
|
||||
|
||||
import httpx
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue