mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00: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