Skip to content

Commit

Permalink
Remove some unused imports found by the bot (#3707)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored May 27, 2024
1 parent 988b3fe commit 6738fbb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions custom_components/hacs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion custom_components/hacs/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
APPDAEMON,
COUNTRY,
DEBUG,
EXPERIMENTAL,
NETDAEMON,
RELEASE_LIMIT,
SIDEPANEL_ICON,
Expand Down

0 comments on commit 6738fbb

Please sign in to comment.