Skip to content

Commit

Permalink
ignore "Missing library stubs or py.typed marker" for plantower
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjiU authored Feb 26, 2024
1 parent bf25a2b commit a5936da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mqtt_io/modules/sensor/pms5003.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ class Sensor(GenericSensor):
}

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

self.serial_port = self.config["serial_port"]
self.sensor = plantower.Plantower(port=self.serial_port)
Expand Down

0 comments on commit a5936da

Please sign in to comment.