Remove copy paste error

pull/23224/head
Paulus Schoutsen 2019-04-18 20:31:53 -07:00
parent c2b4e24372
commit 1761b25879
1 changed files with 0 additions and 8 deletions

View File

@ -91,11 +91,3 @@ def validate(integrations: Dict[str, Integration], config):
continue
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"
)