Disable pylint warning

This commit is contained in:
Teemu Patja 2016-02-21 10:01:03 +02:00
parent 5053c807c0
commit d1a4dc77d1

View File

@ -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