Update slxos_vlan for new SLX-OS versions, linting fixes (#52956)

This commit is contained in:
Lindsay Hill 2019-03-15 01:55:50 -07:00 committed by John R Barker
parent 4ea09d4d96
commit b92d81cc01
32 changed files with 58 additions and 80 deletions

View file

@ -22,8 +22,8 @@ __metaclass__ = type
import json
from units.compat.mock import patch
from ansible.modules.network.exos import exos_command
from units.modules.utils import set_module_args
from ansible.modules.network.exos import exos_command
from .exos_module import TestExosModule, load_fixture