mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 03:11:24 -07:00
import reduce from six label:python3 (#18561)
* import 'reduce' from six * import reduce in facts fix
This commit is contained in:
parent
bb5d8fb476
commit
4e194d71bd
3 changed files with 3 additions and 1 deletions
|
@ -28,6 +28,7 @@ import os
|
|||
import time
|
||||
|
||||
from ansible.plugins.callback import CallbackBase
|
||||
from ansible.compat.six.moves import reduce
|
||||
|
||||
# define start time
|
||||
t0 = tn = time.time()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue