-
Notifications
You must be signed in to change notification settings - Fork 28
Fix type annotatations, minor tweaks #105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
tekktrik
commented
Sep 23, 2022
- Fixes type annotations
- A couple minor non-functional tweaks for code improvement, like using for loop, enumerate, and making sure a variable was never unbound.
This reverts commit 6ef41e9.
Alright, fixed the issues I found in my submission (the joys of nighttime commits), ready for review @makermelissa! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see marked comments. It's possible I may have missed more items.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks.
Updating https://github.com/adafruit/Adafruit_CircuitPython_HT16K33 to 4.5.4 from 4.5.3: > Merge pull request adafruit/Adafruit_CircuitPython_HT16K33#105 from tekktrik/doc/fix-type-annotatations Updating https://github.com/adafruit/Adafruit_CircuitPython_MAX31855 to 3.2.17 from 3.2.16: > Merge pull request adafruit/Adafruit_CircuitPython_MAX31855#27 from tcfranks/main