mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix collections.deque import in compat module
This commit is contained in:
committed by
Sviatoslav Sydorenko
parent
846ee7e85f
commit
a978d7f283
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user