Skip to content

Commit f12b133

Browse files
g97iulio1609Copilot
andcommitted
style: apply ruff format
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9a2bd4f commit f12b133

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/mcp/server/session.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,9 @@ async def elicit(
381381
This method is deprecated in favor of elicit_form(). It remains for
382382
backward compatibility but new code should use elicit_form().
383383
"""
384-
return await self.elicit_form(message, requested_schema, related_request_id, progress_callback=progress_callback)
384+
return await self.elicit_form(
385+
message, requested_schema, related_request_id, progress_callback=progress_callback
386+
)
385387

386388
async def elicit_form(
387389
self,

0 commit comments

Comments
 (0)