-
Notifications
You must be signed in to change notification settings - Fork 39
Type annotations. Issue #45 #49
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
also added import for the i2c type inside of a try except
…d SPI in try except
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.
Thanks so much or the submission! I added my feedback, let me know if I can help answer any questions or elaborate!
Thanks for the super kind, speedy, and helpful review @tekktrik! I appreciate you looking it over and educating me |
My pleasure! Thanks for taking the time to do this! Looks good to me! |
Updating https://github.com/adafruit/Adafruit_CircuitPython_BME680 to 3.4.3 from 3.4.2: > Merge pull request adafruit/Adafruit_CircuitPython_BME680#49 from billvanleeuwen424/main > Update Black to latest. > Fixed readthedocs build > Consolidate Documentation sections of README Updating https://github.com/adafruit/Adafruit_CircuitPython_Display_Shapes to 2.4.3 from 2.4.2: > Merge pull request adafruit/Adafruit_CircuitPython_Display_Shapes#47 from tekktrik/dev/divide-by-zero > Update Black to latest. > Merge branch 'ladyada:master' into main > Fixed readthedocs build > Post-patch cleanup Updating https://github.com/adafruit/Adafruit_CircuitPython_PortalBase to 1.12.0 from 1.11.5: > Merge pull request adafruit/Adafruit_CircuitPython_PortalBase#65 from tekktrik/dev/multiple-wifi Updating https://github.com/adafruit/Adafruit_CircuitPython_RSA to 1.2.8 from 1.2.7: > Merge pull request adafruit/Adafruit_CircuitPython_RSA#27 from tekktrik/doc/add-documentation
Addressing the type annotations issue. Mostly the same as the last PR I created for the BMP280.
issue link:
#45