Skip to content

Commit

Permalink
Apply black changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree authored and github-actions[bot] committed Oct 25, 2022
1 parent 097ed75 commit 79d70e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion review.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def bool_argument(user_input):
].split(",")
with message_group(f"Installing additional packages: {apt_packages}"):
subprocess.run(["apt-get", "update"])
subprocess.run(
subprocess.run(
["apt-get", "install", "-y", "--no-install-recommends"] + apt_packages
)

Expand Down

0 comments on commit 79d70e7

Please sign in to comment.