Use PEP 695 for simple type aliases (#117633)
This commit is contained in:
parent
4edee94a81
commit
87bb7ced79
78 changed files with 139 additions and 140 deletions
|
@ -1311,7 +1311,7 @@ async def _async_stop_scripts_at_shutdown(hass: HomeAssistant, event: Event) ->
|
|||
)
|
||||
|
||||
|
||||
_VarsType = dict[str, Any] | MappingProxyType
|
||||
type _VarsType = dict[str, Any] | MappingProxyType
|
||||
|
||||
|
||||
def _referenced_extract_ids(data: Any, key: str, found: set[str]) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue