Skip to content

Commit 74f80ec

Browse files
committed
reformat
1 parent 773efda commit 74f80ec

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

subprojects/robotpy-wpilib/tests/test_led_pattern.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,9 @@ def test_rainbow_at_full_size():
180180
pattern.applyTo(buffer)
181181

182182
for led in range(len(buffer)):
183-
assert buffer.getLED8Bit(led) == Color8Bit(Color.fromHSV(led, saturation, value))
183+
assert buffer.getLED8Bit(led) == Color8Bit(
184+
Color.fromHSV(led, saturation, value)
185+
)
184186

185187

186188
def test_rainbow_odd_size():

0 commit comments

Comments
 (0)