The actions failure with details about duplicated sections is [here](https://github.com/adafruit/Adafruit_CircuitPython_LSM6DS/runs/2031429701?check_suite_focus=true#step:11:32) We want to avoid having duplicated code if possible. One possible way to fix might be to move duplicate code into a shared super class.
The actions failure with details about duplicated sections is here
We want to avoid having duplicated code if possible. One possible way to fix might be to move duplicate code into a shared super class.