Skip to content

Commit 6c01780

Browse files
authored
Update is31fl3731_blink_example.py
Black
1 parent f4c100f commit 6c01780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/is31fl3731_blink_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
display = Display(i2c)
2828

29-
offset = (display.width - 8)//2
29+
offset = (display.width - 8) // 2
3030

3131
# first load the frame with the arrows; moves the an_arrow to the right in each
3232
# frame

0 commit comments

Comments
 (0)