Skip to content

Commit e8c5b84

Browse files
committed
QA: Delete roque whitespace.
1 parent 4b6b538 commit e8c5b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inventorhatmini/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def __init__(self, address=IOE_ADDRESS, motor_gear_ratio=50, init_motors=True, i
117117
else:
118118
# Setup a dummy Plasma class, so examples don't need to check LED presence
119119
self.leds = DummyPlasma()
120-
120+
121121
def _write_pin(self, pin, state):
122122
lines, offset = pin
123123
lines.set_value(offset, Value.ACTIVE if state else Value.INACTIVE)

0 commit comments

Comments
 (0)