mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Use PEP 695 for simple type aliases (#117633)
This commit is contained in:
@@ -35,7 +35,7 @@ from . import (
|
||||
)
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
_SlotsType = dict[str, Any]
|
||||
type _SlotsType = dict[str, Any]
|
||||
|
||||
INTENT_TURN_OFF = "HassTurnOff"
|
||||
INTENT_TURN_ON = "HassTurnOn"
|
||||
|
||||
Reference in New Issue
Block a user