mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 06:24:18 +02:00
Fix import
This commit is contained in:
parent
3859f59247
commit
3a7e2d8203
1 changed files with 3 additions and 1 deletions
|
|
@ -4,8 +4,10 @@ from pathlib import Path
|
|||
from typing import Any, ClassVar, Literal
|
||||
from urllib.parse import urlparse
|
||||
|
||||
from fastmcp.client.auth.httpx_client import logger
|
||||
from fastmcp.settings import settings
|
||||
from fastmcp.utilities.logging import get_logger
|
||||
|
||||
logger = get_logger(__name__)
|
||||
|
||||
|
||||
class OAuthCache:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue