mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-24 21:38:09 +02:00
chore: linting
This commit is contained in:
parent
0a012dbc79
commit
ce952d2ad1
127 changed files with 821 additions and 517 deletions
|
|
@ -140,7 +140,10 @@ def install(active_patches: list[Any]) -> None:
|
|||
"app.agents.chat.multi_agent_chat.shared.tools.mcp.tool.streamablehttp_client",
|
||||
_fake_streamablehttp_client,
|
||||
),
|
||||
("app.agents.chat.multi_agent_chat.shared.tools.mcp.tool.ClientSession", _FakeClientSession),
|
||||
(
|
||||
"app.agents.chat.multi_agent_chat.shared.tools.mcp.tool.ClientSession",
|
||||
_FakeClientSession,
|
||||
),
|
||||
]
|
||||
for target, replacement in targets:
|
||||
p = patch(target, replacement)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue