mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
zabbix: remove redundant import of module_utils
This commit is contained in:
@@ -115,7 +115,6 @@ EXAMPLES = '''
|
||||
|
||||
import logging
|
||||
import copy
|
||||
from ansible.module_utils.basic import *
|
||||
|
||||
try:
|
||||
from zabbix_api import ZabbixAPI, ZabbixAPISubClass
|
||||
|
||||
@@ -82,7 +82,6 @@ EXAMPLES = '''
|
||||
|
||||
import logging
|
||||
import copy
|
||||
from ansible.module_utils.basic import *
|
||||
|
||||
try:
|
||||
from zabbix_api import ZabbixAPI, ZabbixAPISubClass
|
||||
|
||||
@@ -124,8 +124,6 @@ EXAMPLES = '''
|
||||
when: inventory_hostname==groups['group_name'][0]
|
||||
'''
|
||||
|
||||
from ansible.module_utils.basic import *
|
||||
|
||||
try:
|
||||
from zabbix_api import ZabbixAPI, ZabbixAPISubClass
|
||||
from zabbix_api import ZabbixAPIException
|
||||
|
||||
Reference in New Issue
Block a user