Skip to content

Commit c14fc4a

Browse files
committed
Lint.
1 parent fd2470b commit c14fc4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_clue.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,8 @@ def simple_text_display(title="CLUE Sensor Data", title_color=(255, 255, 255), t
827827
828828
from adafruit_clue import clue
829829
830-
clue_data = clue.simple_text_display(title="CLUE Sensor Data!", title_scale=2, num_lines=3)
830+
clue_data = clue.simple_text_display(title="CLUE Sensor Data!", title_scale=2,
831+
num_lines=3)
831832
832833
while True:
833834
clue_data[0].text = "Acceleration: {:.2f} {:.2f} {:.2f}".format(*clue.acceleration)

0 commit comments

Comments
 (0)