adafruit / Adafruit_CircuitPython_BNO08x

Helper library for the Hillcrest Laboratories BNO080 IMU
MIT License
22 stars 29 forks source link

Duplicate code in library files - potential refactor needed #18

Open FoamyGuy opened 3 years ago

FoamyGuy commented 3 years ago

actions failure with details about duplicate sections is here

We want to avoid having duplicated code if possible. One way to avoid it might be to move the duplicated sections into a shared super class.