Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Jun 4, 2024
1 parent 3973f42 commit 64e110a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components/mealie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from homeassistant.helpers.aiohttp_client import async_get_clientsession
from homeassistant.helpers.typing import ConfigType
from homeassistant.helpers import config_validation as cv
from homeassistant.exceptions import ConfigEntryAuthFailed, ServiceValidationError
from homeassistant.exceptions import ConfigEntryAuthFailed
from homeassistant.const import __version__ as HA_VERSION # noqa: N812

from homeassistant.const import (
Expand Down
3 changes: 0 additions & 3 deletions custom_components/mealie/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
import json
from logging import Logger, getLogger
from pathlib import Path
import voluptuous as vol

from homeassistant.helpers import config_validation as cv

LOGGER: Logger = getLogger(__package__)

Expand Down

0 comments on commit 64e110a

Please sign in to comment.