Skip to content

Commit 5bf1206

Browse files
committed
Remove unused code
1 parent 2560459 commit 5bf1206

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

custom_components/immich/config_flow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import logging
55
from typing import Any
66
from url_normalize import url_normalize
7-
from urllib.parse import urljoin
87
from urllib.parse import urlparse
98

109
import voluptuous as vol

custom_components/immich/image.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
_LOGGER = logging.getLogger(__name__)
1717

18-
REFRESH_INTERVAL = 10
19-
2018

2119
async def async_setup_entry(
2220
hass: HomeAssistant,

0 commit comments

Comments
 (0)