mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Improve typing via hassfest serializer (#117382)
This commit is contained in:
@ -24,5 +24,6 @@ Path("homeassistant/generated/countries.py").write_text(
|
||||
"COUNTRIES": countries,
|
||||
},
|
||||
generator=generator_string,
|
||||
annotations={"COUNTRIES": "Final[set[str]]"},
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user