Skip to content

Commit 966217a

Browse files
committed
🎨 Format Python code with Black
1 parent 1824de9 commit 966217a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

image_builder.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ def main():
124124
help="If passed, logs will be printed to this file",
125125
)
126126

127-
parser.add_argument("debian_version", type=str, choices=["bullseye", "bookworm", "trixie"])
127+
parser.add_argument(
128+
"debian_version", type=str, choices=["bullseye", "bookworm", "trixie"]
129+
)
128130
parser.add_argument(
129131
"distribution", type=str, choices=["stable", "testing", "unstable"]
130132
)

0 commit comments

Comments
 (0)