style(mcp): remove unused Optional import in token_exchange.py

This commit is contained in:
Ishaan Jaffer 2026-05-01 19:45:22 -07:00
parent 539ffd0a31
commit 35a6801ccd
No known key found for this signature in database

View file

@ -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