forked from home-assistant/core
Disable pylint import error check
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user