diff --git a/custom_components/hacs/__init__.py b/custom_components/hacs/__init__.py index c5d4b0d2465..e89274d4379 100644 --- a/custom_components/hacs/__init__.py +++ b/custom_components/hacs/__init__.py @@ -6,8 +6,6 @@ """ from __future__ import annotations -import os - from aiogithubapi import AIOGitHubAPIException, GitHub, GitHubAPI from aiogithubapi.const import ACCEPT_HEADERS from awesomeversion import AwesomeVersion @@ -21,7 +19,6 @@ from homeassistant.helpers.event import async_call_later from homeassistant.helpers.start import async_at_start from homeassistant.loader import async_get_integration -import voluptuous as vol from .base import HacsBase from .const import DOMAIN, MINIMUM_HA_VERSION, STARTUP diff --git a/custom_components/hacs/config_flow.py b/custom_components/hacs/config_flow.py index d494ec1cc76..8d5579552ff 100644 --- a/custom_components/hacs/config_flow.py +++ b/custom_components/hacs/config_flow.py @@ -28,7 +28,6 @@ APPDAEMON, COUNTRY, DEBUG, - EXPERIMENTAL, NETDAEMON, RELEASE_LIMIT, SIDEPANEL_ICON,