Skip to content

Commit

Permalink
ignore_missing_imports for plantower
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjiU authored Feb 26, 2024
1 parent b60fb17 commit bf25a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqtt_io/modules/sensor/pms5003.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Sensor(GenericSensor):
}

def setup_module(self) -> None:
# pylint: disable=import-outside-toplevel,import-error
# pylint: disable=import-outside-toplevel,import-error,ignore_missing_imports
import plantower

self.serial_port = self.config["serial_port"]
Expand Down

0 comments on commit bf25a2b

Please sign in to comment.