mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Disable pylint warning
This commit is contained in:
parent
5053c807c0
commit
d1a4dc77d1
@ -41,6 +41,7 @@ class ZWaveBinarySensor(BinarySensorDevice, ZWaveDeviceEntity):
|
||||
|
||||
def __init__(self, value, sensor_class):
|
||||
self._sensor_type = sensor_class
|
||||
# pylint: disable=import-error
|
||||
from openzwave.network import ZWaveNetwork
|
||||
from pydispatch import dispatcher
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user