From 092ce0c0386ee249d000f36d440425f5a2053636 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Mon, 5 Oct 2020 12:15:03 -0700 Subject: [PATCH] update example validation to reflect new model locations --- validate_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate_examples.py b/validate_examples.py index d3498a8..4303787 100644 --- a/validate_examples.py +++ b/validate_examples.py @@ -64,7 +64,7 @@ def _validate_devices(): def _validate_commands(): # Project - from hyperglass.configuration.models.commands import Commands + from hyperglass.models.commands import Commands with COMMANDS.open() as raw: commands_dict = yaml.safe_load(raw.read()) or {}