diff --git a/homeassistant/components/tensorflow/image_processing.py b/homeassistant/components/tensorflow/image_processing.py index d6d20c63f56..420c3403a11 100644 --- a/homeassistant/components/tensorflow/image_processing.py +++ b/homeassistant/components/tensorflow/image_processing.py @@ -7,7 +7,7 @@ import time from PIL import Image, ImageDraw, UnidentifiedImageError import numpy as np -import tensorflow as tf +import tensorflow as tf # pylint: disable=import-error import voluptuous as vol from homeassistant.components.image_processing import (