Skip to content

Commit b851922

Browse files
committed
Flake8
1 parent 0f92c63 commit b851922

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

examples/external_devices_examples/pushbot_light_follower.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,12 @@
112112
# Last column of the right-side column group
113113
end_of_right = retina_resolution.value.pixels
114114

115-
# First row to consider in any group of pixels (i.e. ignore bright top lights)
115+
# First row to consider in any group of pixels
116+
# (i.e. ignore bright top lights)
116117
start_row = 30
117118

118-
# Last row to consider in any group of pixels (i.e. ignore bright bottom lights)
119+
# Last row to consider in any group of pixels
120+
# (i.e. ignore bright bottom lights)
119121
end_row = retina_resolution.value.pixels - 40
120122

121123
# Connection weights for this connection list

0 commit comments

Comments
 (0)