Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit d40c24e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8c5d414 commit d40c24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/assistant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def _install_pip(repo: Dict[str, str]) -> str:
163163
pkg += f"[{repo['install_extras']}]"
164164
if "checkout" in repo:
165165
pkg += f"=={repo['checkout']}"
166-
flags = " ".join(["--quiet"] + repo.get('install_flags', []))
166+
flags = " ".join(["--quiet"] + repo.get("install_flags", []))
167167
cmd = " ".join(["pip install", pkg, flags])
168168
return cmd
169169

0 commit comments

Comments
 (0)