mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +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,
|
||||
) -> None:
|
||||
try:
|
||||
await func()
|
||||
await func(*args, **kwargs)
|
||||
except AuthFail as ex:
|
||||
msg = "Authentication failed."
|
||||
_LOGGER.debug(msg, exc_info=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user