Skip to content

Commit 6f4fb3a

Browse files
committed
hoping
1 parent c36f072 commit 6f4fb3a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/tcs34725_simpletest.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@
2525

2626
color = sensor.color
2727
color_rgb = sensor.color_rgb_bytes
28-
print("RGB color as 8 bits per channel int: #{0:02X} or as 3-tuple: {1}".format(color, color_rgb))
28+
print(
29+
"RGB color as 8 bits per channel int: #{0:02X} or as 3-tuple: {1}".format(
30+
color, color_rgb
31+
)
32+
)
2933

3034
# Read the color temperature and lux of the sensor too.
3135
temp = sensor.color_temperature

0 commit comments

Comments
 (0)