Disable pylint import error check

This commit is contained in:
Paulus Schoutsen 2015-02-28 23:02:26 -08:00
parent 19d243d159
commit 63bf1373b7

View File

@ -4,6 +4,7 @@ homeassistant.components.sensor.zwave
Interfaces with Z-Wave sensors. Interfaces with Z-Wave sensors.
""" """
# pylint: disable=import-error
from openzwave.network import ZWaveNetwork from openzwave.network import ZWaveNetwork
from pydispatch import dispatcher from pydispatch import dispatcher