Skip to content

Commit 937ab30

Browse files
kattnitannewt
authored andcommitted
Added import math
math.ceil is used in the library but import math was not included.
1 parent 30485ed commit 937ab30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_dotstar.py

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"""
3131
import busio
3232
import digitalio
33+
import math
3334
import time
3435

3536
class DotStar:

0 commit comments

Comments
 (0)