Skip to content

Commit 45fda18

Browse files
giulio-leoneCopilot
andcommitted
style: apply ruff format
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a21b714 commit 45fda18

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/mcp/server/lowlevel/server.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,7 @@ async def _handle_message(
424424
logger="mcp.server.exception_handler",
425425
)
426426
except (anyio.ClosedResourceError, anyio.BrokenResourceError):
427-
logger.warning(
428-
"Could not send error log to client: connection already closed"
429-
)
427+
logger.warning("Could not send error log to client: connection already closed")
430428
if raise_exceptions:
431429
raise message
432430
case _:

0 commit comments

Comments
 (0)