Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
outadoc committed Feb 24, 2024
1 parent 2560459 commit 5bf1206
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion custom_components/immich/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import logging
from typing import Any
from url_normalize import url_normalize
from urllib.parse import urljoin
from urllib.parse import urlparse

import voluptuous as vol
Expand Down
2 changes: 0 additions & 2 deletions custom_components/immich/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

_LOGGER = logging.getLogger(__name__)

REFRESH_INTERVAL = 10


async def async_setup_entry(
hass: HomeAssistant,
Expand Down

0 comments on commit 5bf1206

Please sign in to comment.