mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove the redundant get_exception import
This commit is contained in:
parent
560831752e
commit
8ae29a5a80
1 changed files with 0 additions and 1 deletions
|
@ -362,7 +362,6 @@ from ansible.module_utils.pycompat24 import get_exception
|
|||
from ansible.module_utils.six import iteritems
|
||||
from ansible.module_utils.urls import fetch_url
|
||||
from ansible.module_utils.vmware import get_all_objs, connect_to_api
|
||||
from ansible.module_utils.pycompat24 import get_exception
|
||||
|
||||
try:
|
||||
import json
|
||||
|
|
Loading…
Reference in a new issue