Skip to content

Commit d9ee63b

Browse files
committed
run updated black
1 parent aca9d5b commit d9ee63b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tools/mpy_ld.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,13 @@ def build_mpy(env, entry_offset, fmpy, native_qstr_vals, native_qstr_objs):
908908
# MPY: header
909909
out.write_bytes(
910910
bytearray(
911-
[ord("C"), MPY_VERSION, env.arch.mpy_feature, MP_SMALL_INT_BITS, QSTR_WINDOW_SIZE,]
911+
[
912+
ord("C"),
913+
MPY_VERSION,
914+
env.arch.mpy_feature,
915+
MP_SMALL_INT_BITS,
916+
QSTR_WINDOW_SIZE,
917+
]
912918
)
913919
)
914920

0 commit comments

Comments
 (0)