Skip to content

Commit 3e7b26b

Browse files
author
jposada202020
committed
line_fix_3
1 parent ed055e6 commit 3e7b26b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/mmc56x3_displayio_simpletest.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
while True:
4141
# update the text of the label(s) to show the sensor readings
4242
mag_x, mag_y, mag_z = sensor.magnetic
43-
display_output_label.text = (
44-
f"x: {mag_x:.1f} uT\ny: {mag_y:.1f} uT\nz: {mag_z:.1f} uT"
45-
)
43+
display_output_label.text = f"x: {mag_x:.1f}uT\ny: {mag_y:.1f} uT\nz: {mag_z:.1f} uT"
4644
# wait for a bit
4745
time.sleep(0.5)

0 commit comments

Comments
 (0)