mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
ansible-core 2.20: avoid deprecated functionality (#10687)
Avoid deprecated functionality.
This commit is contained in:
parent
ceba0cbedb
commit
47e8a3c193
22 changed files with 23 additions and 21 deletions
|
|
@ -8,7 +8,7 @@ __metaclass__ = type
|
|||
import re
|
||||
|
||||
from ansible.module_utils.six import binary_type, text_type
|
||||
from ansible.module_utils.common._collections_compat import Mapping, Set
|
||||
from collections.abc import Mapping, Set
|
||||
from ansible.module_utils.common.collections import is_sequence
|
||||
from ansible.utils.unsafe_proxy import (
|
||||
AnsibleUnsafe,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue