Skip to content

Commit

Permalink
fix pylint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mschlenstedt committed Aug 5, 2024
1 parent 017478b commit 503a44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqtt_io/modules/sensor/tsl2561.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from ...types import CerberusSchemaType, ConfigType, SensorValueType
from . import GenericSensor

REQUIREMENTS = ("adafruit-circuitpython-tsl2561",)
REQUIREMENTS = ("adafruit-circuitpython-tsl2561",) # type: ignore
CONFIG_SCHEMA: CerberusSchemaType = {
"chip_addr": {
"type": 'integer',
Expand Down

0 comments on commit 503a44b

Please sign in to comment.