mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 10:51:24 -07:00
Fix collections.deque import in compat module
This commit is contained in:
parent
846ee7e85f
commit
a978d7f283
2 changed files with 3 additions and 3 deletions
|
@ -82,6 +82,7 @@ import pwd
|
|||
import platform
|
||||
import errno
|
||||
import datetime
|
||||
from collections import deque
|
||||
from itertools import chain, repeat
|
||||
|
||||
try:
|
||||
|
@ -148,7 +149,6 @@ except Exception:
|
|||
pass
|
||||
|
||||
from ansible.module_utils.common._collections_compat import (
|
||||
deque,
|
||||
KeysView,
|
||||
Mapping, MutableMapping,
|
||||
Sequence, MutableSequence,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue