Skip to content

Commit 5c51a9e

Browse files
committed
usbd: Re-run black to fix the missing comma
1 parent 82f1e47 commit 5c51a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropython/usbd/msc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
split_bmRequestType,
88
STAGE_SETUP,
99
REQ_TYPE_CLASS,
10-
EP_IN_FLAG
10+
EP_IN_FLAG,
1111
)
1212
from micropython import const
1313
import micropython

0 commit comments

Comments
 (0)