Skip to content
Snippets Groups Projects
Commit d1a4dc77 authored by Teemu Patja's avatar Teemu Patja
Browse files

Disable pylint warning

parent 5053c807
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment