mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Adjust roku type hint (#104877)
This commit is contained in:
parent
06d663d33f
commit
e9d4a02bb1
@ -39,7 +39,7 @@ EXPANDABLE_MEDIA_TYPES = [
|
||||
MediaType.CHANNELS,
|
||||
]
|
||||
|
||||
GetBrowseImageUrlType = Callable[[str, str, "str | None"], str]
|
||||
GetBrowseImageUrlType = Callable[[str, str, "str | None"], str | None]
|
||||
|
||||
|
||||
def get_thumbnail_url_full(
|
||||
|
Loading…
x
Reference in New Issue
Block a user