mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 05:24:18 +02:00
fix format
This commit is contained in:
parent
6aab804013
commit
5e86c63bd8
1 changed files with 3 additions and 1 deletions
|
|
@ -45,7 +45,9 @@ class Client:
|
|||
):
|
||||
self.transport = infer_transport(transport)
|
||||
# stack to record nested context manager, None is pushed if reuse existing session
|
||||
self._session_cms: list[(AbstractAsyncContextManager[ClientSession], ClientSession)] = []
|
||||
self._session_cms: list[
|
||||
(AbstractAsyncContextManager[ClientSession], ClientSession)
|
||||
] = []
|
||||
|
||||
self._session_kwargs: SessionKwargs = {
|
||||
"sampling_callback": None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue