Skip to content

Commit 6014b35

Browse files
g97iulio1609Copilot
andcommitted
fix: add trailing newline to _exception_utils.py
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e5c4542 commit 6014b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/shared/_exception_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ async def open_task_group() -> AsyncIterator[anyio.abc.TaskGroup]:
8383
collapsed = collapse_exception_group(eg, cancelled_type=cancelled_cls)
8484
if collapsed is not eg:
8585
raise collapsed from eg
86-
raise # pragma: lax no cover
86+
raise # pragma: lax no cover

0 commit comments

Comments
 (0)