mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
import reduce from six label:python3 (#18561)
* import 'reduce' from six * import reduce in facts fix
This commit is contained in:
committed by
Toshio Kuratomi
parent
bb5d8fb476
commit
4e194d71bd
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user