Skip to content

Commit

Permalink
fix: add new line in the end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
donghao1393 committed Feb 5, 2025
1 parent 18e029d commit 2fcc61f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mcp/shared/progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ async def progress(ctx: RequestContext, total: float | None = None):
try:
yield progress_ctx
finally:
await progress_ctx.final_progress()
await progress_ctx.final_progress()
2 changes: 1 addition & 1 deletion src/mcp/shared/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,4 +394,4 @@ def incoming_messages(
| ReceiveNotificationT
| Exception
]:
return self._incoming_message_stream_reader
return self._incoming_message_stream_reader

0 comments on commit 2fcc61f

Please sign in to comment.