Remove unnecessary truthiness checks for integration.manifest (#82319)
This commit is contained in:
@@ -299,9 +299,6 @@ def validate_version(integration: Integration) -> None:
|
||||
|
||||
def validate_manifest(integration: Integration, core_components_dir: Path) -> None:
|
||||
"""Validate manifest."""
|
||||
if not integration.manifest:
|
||||
return
|
||||
|
||||
try:
|
||||
if integration.core:
|
||||
manifest_schema(integration.manifest)
|
||||
|
||||
Reference in New Issue
Block a user