adafruit / Adafruit_CircuitPython_Pixel_Framebuf

Neopixel and Dotstar Framebuffer Helper
MIT License
4 stars 5 forks source link

Adding type annotations #9

Closed RossK1 closed 1 year ago

RossK1 commented 1 year ago

Added type hints and optional imports as required.

RossK1 commented 1 year ago

I'm working on the CI testing now. Looks like just a linting issue.

RossK1 commented 1 year ago

Switched over the typing imports and fixed the linting. Should be good to go.