mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Remove unnecessary truthiness checks for integration.manifest (#82319)
This commit is contained in:
@@ -25,7 +25,4 @@ def validate(integrations: dict[str, Integration], config: Config) -> None:
|
||||
return
|
||||
|
||||
for integration in integrations.values():
|
||||
if not integration.manifest:
|
||||
continue
|
||||
|
||||
validate_json_files(integration)
|
||||
|
||||
Reference in New Issue
Block a user