mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
remove noqa exceptions (#6928)
* remove noqa exceptions * add changelog frag * review from PR
This commit is contained in:
parent
24feb1dd10
commit
70503411ee
6 changed files with 10 additions and 38 deletions
|
@ -151,12 +151,6 @@ instance:
|
|||
}
|
||||
'''
|
||||
|
||||
HAS_XENAPI = False
|
||||
try:
|
||||
import XenAPI # noqa: F401, pylint: disable=unused-import
|
||||
HAS_XENAPI = True
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible_collections.community.general.plugins.module_utils.xenserver import (xenserver_common_argument_spec, XenServerObject, get_object_ref,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue