Skip to content

Commit b8ca1ce

Browse files
authored
Merge pull request #5669 from dhalbert/fix-blacken-update-formatting-issues
minor .py changes due to blacken update
2 parents c369f67 + 7cbb308 commit b8ca1ce

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/extmod/utimeq1.py

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

20-
2120
else:
2221

2322
def dprint(*v):

tools/pydfu.py

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

86-
8786
else:
8887
# PyUSB 1.0.0.b2 dropped the length argument
8988
def get_string(dev, index):

0 commit comments

Comments
 (0)