Skip to content

Commit 0a7f2c9

Browse files
committed
style: use collections.abc.Callable for ruff
1 parent d736e6e commit 0a7f2c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/snippets/clients/client_with_authorization.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212

1313
import asyncio
1414
import os
15+
from collections.abc import Callable
1516
from dataclasses import dataclass
1617
from enum import Enum
17-
from typing import Any, Callable
18+
from typing import Any
1819

1920
from mcp import ClientSession, StdioServerParameters, types
2021
from mcp.client.stdio import stdio_client

0 commit comments

Comments
 (0)