Improve typing via hassfest serializer (#117382)

This commit is contained in:
Jakob Schlyter
2024-05-22 08:22:18 +02:00
committed by GitHub
parent 1985a2ad8b
commit 2e68363755
7 changed files with 18 additions and 7 deletions

View File

@ -24,5 +24,6 @@ Path("homeassistant/generated/countries.py").write_text(
"COUNTRIES": countries,
},
generator=generator_string,
annotations={"COUNTRIES": "Final[set[str]]"},
)
)