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

Commit a44e401

Browse files
committed
Fix format
1 parent 8ca5e28 commit a44e401

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

mcp_run_python/main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,7 @@ async def async_prepare_deno_env(
168168

169169

170170
def _deno_install_args(dependencies: list[str] | None = None, quiet: bool = False) -> list[str]:
171-
args = [
172-
'run'
173-
]
171+
args = ['run']
174172
if quiet:
175173
args += ['--quiet']
176174
args += [

0 commit comments

Comments
 (0)