mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Make hassfest strictly typed (#82091)
This commit is contained in:
@@ -41,7 +41,7 @@ def validate(integrations: dict[str, Integration], config: Config) -> None:
|
||||
)
|
||||
|
||||
|
||||
def generate(integrations: dict[str, Integration], config: Config):
|
||||
def generate(integrations: dict[str, Integration], config: Config) -> None:
|
||||
"""Generate application_credentials data."""
|
||||
application_credentials_path = (
|
||||
config.root / "homeassistant/generated/application_credentials.py"
|
||||
|
||||
Reference in New Issue
Block a user