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
|
@ -28,7 +28,7 @@ LEVEL_TYPES = {
|
|||
"music_surround_level": (-15, 15),
|
||||
}
|
||||
|
||||
SocoFeatures = list[tuple[str, tuple[int, int]]]
|
||||
type SocoFeatures = list[tuple[str, tuple[int, int]]]
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue