adafruit / Adafruit_CircuitPython_ImageLoad

Super-slim image decoder that loads code as needed to minimize memory use
MIT License
15 stars 20 forks source link

Linted tests, fixed duplicate-code failures #46

Closed evaherrada closed 3 years ago

evaherrada commented 3 years ago

@kattni Am I doing the right thing by making methods that don't use self staticmethods? I got kind of confused as to whether I was supposed to use staticmethod or classmethod and I'm pretty sure I did it right but I wanted to get a second opinion before I started on the others.