Remove unused imports in eos_modules unittest (#67709)
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
bfea5cfca0
commit
fc69f63cec
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ import json
|
|||
import os
|
||||
|
||||
from units.modules.utils import AnsibleExitJson, AnsibleFailJson, ModuleTestCase
|
||||
from ansible.module_utils.network.common.utils import dict_diff, param_list_to_dict
|
||||
|
||||
|
||||
fixture_path = os.path.join(os.path.dirname(__file__), 'fixtures')
|
||||
|
|
Loading…
Reference in a new issue