Skip to content

Commit 67c2d33

Browse files
author
JPOSADA202020
committed
run black
1 parent 7c52bda commit 67c2d33

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/shtc3_displayio_simpletest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
while True:
3636
temperature, relative_humidity = sht.measurements
3737
# Update the label.text property to change the text on the display
38-
display_output_label.text = f"Temperature: {temperature:.1f} C Humidity: {relative_humidity:.1f} %"
38+
display_output_label.text = (
39+
f"Temperature: {temperature:.1f} C Humidity: {relative_humidity:.1f} %"
40+
)
3941
# wait for a bit
4042
time.sleep(1)

0 commit comments

Comments
 (0)