mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Fix lamarzocco ParamSpec typing (#126616)
This commit is contained in:
parent
ef88425d25
commit
004941cc57
@ -113,7 +113,7 @@ class LaMarzoccoUpdateCoordinator(DataUpdateCoordinator[None]):
|
|||||||
**kwargs: _P.kwargs,
|
**kwargs: _P.kwargs,
|
||||||
) -> None:
|
) -> None:
|
||||||
try:
|
try:
|
||||||
await func()
|
await func(*args, **kwargs)
|
||||||
except AuthFail as ex:
|
except AuthFail as ex:
|
||||||
msg = "Authentication failed."
|
msg = "Authentication failed."
|
||||||
_LOGGER.debug(msg, exc_info=True)
|
_LOGGER.debug(msg, exc_info=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user