mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Addressed review comments, given as part of other reviews (#4904)
This commit is contained in:
parent
c4f43eb965
commit
1ee897e988
4 changed files with 14 additions and 14 deletions
|
@ -194,7 +194,7 @@ saved:
|
|||
"""
|
||||
from ansible.module_utils.netcfg import dumps
|
||||
from ansible.module_utils.network import NetworkModule
|
||||
from ansible.module_utils.dnos6 import get_config, get_sublevel_config, Dellos6NetworkConfig
|
||||
from ansible.module_utils.dellos6 import get_config, get_sublevel_config, Dellos6NetworkConfig
|
||||
|
||||
|
||||
def get_candidate(module):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue