Skip to content

Commit 577358a

Browse files
committed
code format
1 parent 2ce9dc7 commit 577358a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/extmod/utimeq1.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
def dprint(*v):
1818
print(*v)
1919

20+
2021
else:
2122

2223
def dprint(*v):

tools/pydfu.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
def get_string(dev, index):
8484
return usb.util.get_string(dev, 255, index)
8585

86+
8687
else:
8788
# PyUSB 1.0.0.b2 dropped the length argument
8889
def get_string(dev, index):

0 commit comments

Comments
 (0)