mirror of
https://github.com/home-assistant/core.git
synced 2025-11-16 14:30:22 +00:00
Update typing 16 (#48087)
This commit is contained in:
@@ -291,7 +291,7 @@ class _ScriptRun:
|
||||
def __init__(
|
||||
self,
|
||||
hass: HomeAssistant,
|
||||
script: "Script",
|
||||
script: Script,
|
||||
variables: dict[str, Any],
|
||||
context: Context | None,
|
||||
log_exceptions: bool,
|
||||
|
||||
Reference in New Issue
Block a user