1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Use right import in ezviz (#139272)

This commit is contained in:
Joost Lekkerkerker
2025-02-25 17:00:09 +01:00
committed by GitHub
parent ca1677cc46
commit fcffe5151d
+1 -1
View File
@@ -4,7 +4,7 @@ from __future__ import annotations
import logging
from propcache import cached_property
from propcache.api import cached_property
from pyezviz.exceptions import PyEzvizError
from pyezviz.utils import decrypt_image