mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-15 05:29:11 -07:00
fixed import, had moved
This commit is contained in:
parent
47027207e7
commit
2e920d724d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import collections
|
|||
import time
|
||||
|
||||
from ansible.plugins.callback import CallbackBase
|
||||
from ansible.compat.six.moves import reduce
|
||||
from ansible.module_utils.six import reduce
|
||||
|
||||
# define start time
|
||||
t0 = tn = time.time()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue