adafruit / Adafruit_CircuitPython_SHT4x

Python library for SHT4x temperature / humidity sensors
MIT License
11 stars 7 forks source link

Correct Missing Type Annotations #10

Closed tcfranks closed 2 years ago

tcfranks commented 2 years ago

ready for review / comments

tekktrik commented 2 years ago

I can take a look at this tonight, but see other libraries that use the CV class implementation for help on type annotating this: https://github.com/adafruit/Adafruit_CircuitPython_TLA202x/blob/main/adafruit_tla202x/__init__.py

tcfranks commented 2 years ago

ready for re-review

tcfranks commented 2 years ago

review for prev comments