Skip to content

Commit ff7d4b6

Browse files
g97iulio1609Copilot
andcommitted
fix: add blank line before send_request method in session.py
Pre-commit end-of-file fixer requires a blank line between the except block and the next method definition. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 632a226 commit ff7d4b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/mcp/shared/session.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ async def __aexit__(
241241
if collapsed is not eg:
242242
raise collapsed from eg
243243
raise # pragma: lax no cover
244+
244245
async def send_request(
245246
self,
246247
request: SendRequestT,

0 commit comments

Comments
 (0)