Skip to content

Commit 7cbb308

Browse files
committed
minor .py changes due to blacken update
1 parent c369f67 commit 7cbb308

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)