seanbechhofer/raspberrypi

"import smbus" not used in TSL2561.py

mackstann opened this issue · 1 comments

This module is not in the Python standard library, which means there is additional work required to track it down and install it. Turns out, it's not even used in TSL2561.py, so the import can simply be deleted.

OK, I now realize that Adafruit_I2C requires smbus, so there's no getting around that dependency -- however, it is still a dead line of code for TSL2561.py's purposes.