update example validation to reflect new model locations

This commit is contained in:
checktheroads 2020-10-05 12:15:03 -07:00
parent d9fa00fd75
commit 092ce0c038

View file

@ -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 {}