Ignore import error on avion

This commit is contained in:
Robbie Trencheny 2017-01-19 13:25:35 -08:00
parent a74258db09
commit 738292f817

View File

@ -50,6 +50,7 @@ class AvionLight(Light):
def __init__(self, device):
"""Initialize the light."""
# pylint: disable=import-error
import avion
self._name = device['name']