Fix test_cp_mgmt flake8 issues (#62129)

This commit deletes unused imports for the check_point cp_mgmt tests.
pull/62152/head
Daniel Mellado 5 years ago committed by Paul Belanger
parent f79d03d292
commit 7173267095

@ -20,10 +20,9 @@ from __future__ import absolute_import, division, print_function
__metaclass__ = type
import pytest
from units.modules.utils import set_module_args, exit_json, fail_json, AnsibleFailJson, AnsibleExitJson
from units.modules.utils import set_module_args, exit_json, fail_json, AnsibleExitJson
from ansible.module_utils import basic
from ansible.module_utils.network.checkpoint.checkpoint import api_call
from ansible.modules.network.check_point import cp_mgmt_address_range
function_path = 'ansible.modules.network.check_point.cp_mgmt_address_range.api_call'

@ -22,7 +22,6 @@ import pytest
from units.modules.utils import set_module_args, exit_json, fail_json, AnsibleFailJson, AnsibleExitJson
from ansible.module_utils import basic
from ansible.module_utils.network.checkpoint.checkpoint import api_call
from ansible.modules.network.check_point import cp_mgmt_network
OBJECT = {'name': 'test_network', 'nat_settings': {'auto_rule': True,

Loading…
Cancel
Save