From 9e033f2795a7bcb15f85cf66d1ce4bfd3506bc3f Mon Sep 17 00:00:00 2001 From: Elad Bar Date: Sun, 22 May 2022 21:39:45 +0300 Subject: [PATCH] Removed unused imports --- custom_components/shinobi/managers/entity_manager.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/custom_components/shinobi/managers/entity_manager.py b/custom_components/shinobi/managers/entity_manager.py index 6f8a4cb..1f63da0 100644 --- a/custom_components/shinobi/managers/entity_manager.py +++ b/custom_components/shinobi/managers/entity_manager.py @@ -3,11 +3,7 @@ import sys from typing import Dict, List, Optional -from homeassistant.components.camera import DEFAULT_CONTENT_TYPE -from homeassistant.components.stream import DOMAIN as DOMAIN_STREAM -from homeassistant.const import CONF_AUTHENTICATION from homeassistant.core import HomeAssistant -from homeassistant.helpers import config_validation as cv from homeassistant.helpers.entity_registry import EntityRegistry, RegistryEntryDisabler from ..api.shinobi_api import ShinobiApi