Skip to content

Commit

Permalink
🎨 Format Python code with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamandar committed Nov 21, 2024
1 parent 1824de9 commit 966217a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion image_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ def main():
help="If passed, logs will be printed to this file",
)

parser.add_argument("debian_version", type=str, choices=["bullseye", "bookworm", "trixie"])
parser.add_argument(
"debian_version", type=str, choices=["bullseye", "bookworm", "trixie"]
)
parser.add_argument(
"distribution", type=str, choices=["stable", "testing", "unstable"]
)
Expand Down

0 comments on commit 966217a

Please sign in to comment.