Remove copy paste error
This commit is contained in:
parent
c2b4e24372
commit
1761b25879
1 changed files with 0 additions and 8 deletions
|
@ -91,11 +91,3 @@ def validate(integrations: Dict[str, Integration], config):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
validate_services(integration)
|
validate_services(integration)
|
||||||
|
|
||||||
# check that all referenced dependencies exist
|
|
||||||
for dep in integration.manifest['dependencies']:
|
|
||||||
if dep not in integrations:
|
|
||||||
integration.add_error(
|
|
||||||
'dependencies',
|
|
||||||
"Dependency {} does not exist"
|
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue