adafruit / Adafruit_CircuitPython_DotStar

Dotstarrin' away in CircuitPython land
MIT License
46 stars 38 forks source link

adafruit_dotstar uses math function but does not import it #6

Closed kevinjwalters closed 6 years ago

kevinjwalters commented 6 years ago

There is use of math.ceil() but there's no import math

kattni commented 6 years ago

Nice catch! Thank you. We'll get that updated.

kattni commented 6 years ago

Pull request submitted.

kattni commented 6 years ago

Pull request merged. Issue resolved.