Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
elad-bar committed May 22, 2022
1 parent 5ce8a6d commit 9e033f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions custom_components/shinobi/managers/entity_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e033f2

Please sign in to comment.