Skip to content

Commit 8dc95f9

Browse files
author
brentru
committed
fix example for pylint...
1 parent 2794029 commit 8dc95f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/dymoscale_simpletest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
print(text)
1414

1515
# to avoid sleep mode, we'll toggle the units pin.
16-
16+
1717
# if we don't want to switch the unit on the next read:
1818
dymo.toggle_unit_button()
19-
19+
2020
# if we want to switch the measurement unit on the next read
21-
# dymo.toggle_unit_button(switch_unit=True)
21+
# dymo.toggle_unit_button(switch_unit=True)

0 commit comments

Comments
 (0)