Skip to content

Commit b065422

Browse files
committed
Black reformat
1 parent fa2b868 commit b065422

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adafruit_pioasm.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ def assemble(text_program):
106106
try:
107107
assembled[-1] |= CONDITIONS.index(instruction[1]) << 5
108108
except ValueError as exc:
109-
raise SyntaxError(f"Invalid jmp condition {instruction[1]}") from exc
109+
raise SyntaxError(
110+
f"Invalid jmp condition {instruction[1]}"
111+
) from exc
110112

111113
elif instruction[0] == "wait":
112114
# instr delay p sr index

0 commit comments

Comments
 (0)