Skip to content

Commit fc0fd18

Browse files
committed
fix pylint issues
1 parent 3907b18 commit fc0fd18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/ht16k33_matrix_text_example.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
# Requires: adafruit_framebuf
44

5-
import time
65
import board
76
import busio
87
import adafruit_framebuf
@@ -43,4 +42,4 @@
4342
bit = 1 << y & bite
4443
# if bit > 0 then set the pixel brightness
4544
if bit:
46-
matrix[16-x, y+1] = 1
45+
matrix[16-x, y+1] = 1

0 commit comments

Comments
 (0)