mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 16:15:08 +02:00
Disable pylint warning
This commit is contained in:
@@ -41,6 +41,7 @@ class ZWaveBinarySensor(BinarySensorDevice, ZWaveDeviceEntity):
|
|||||||
|
|
||||||
def __init__(self, value, sensor_class):
|
def __init__(self, value, sensor_class):
|
||||||
self._sensor_type = sensor_class
|
self._sensor_type = sensor_class
|
||||||
|
# pylint: disable=import-error
|
||||||
from openzwave.network import ZWaveNetwork
|
from openzwave.network import ZWaveNetwork
|
||||||
from pydispatch import dispatcher
|
from pydispatch import dispatcher
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user