Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit 6394f0d

Browse files
author
luoshasha
committed
fix: fix lint end_of_file failed.
1 parent 28df406 commit 6394f0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mcp_run_python/deno/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,4 +356,4 @@ const LogLevels: LoggingLevel[] = [
356356
'emergency',
357357
]
358358

359-
await main()
359+
await main()

mcp_run_python/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def run_mcp_server(
6060
logger.info('Running mcp-run-python via %s on port %d...', mode, http_port)
6161
else:
6262
logger.info('Running mcp-run-python via %s...', mode)
63-
63+
6464
try:
6565
p = subprocess.run(('deno', *env.args), cwd=env.cwd, stdout=stdout, stderr=stderr)
6666
except KeyboardInterrupt: # pragma: no cover

0 commit comments

Comments
 (0)