Skip to content

Commit 249d81e

Browse files
committed
pre_commit run issues fixed
1 parent 9e38ab5 commit 249d81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/client/stdio/win32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async def __aexit__(
7878
"""Terminate and wait on process exit inside a thread."""
7979
self.popen.terminate()
8080
await to_thread.run_sync(self.popen.wait)
81-
81+
8282
# Close the file handles to prevent ResourceWarning
8383
if self.stdin:
8484
await self.stdin.aclose()

0 commit comments

Comments
 (0)