Closed
Description
A user in Discord brought this issue up. They receive the following exception when trying to use the library:
File "adafruit_am2320.py", line 84, in <module>
TypeError: multiple bases have instance lay-out conflict
Line 84 points to a custom exception, which came from #9. This was included in release 1.1.4
onward.
The user confirmed that release 1.1.3
does not raise the TypeError exception.