mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Fix typo
This commit is contained in:
parent
08feaea077
commit
164cfdfda4
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
from __future__ import (absolute_import, division, print_function)
|
from __future__ import (absolute_import, division, print_function)
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
||||||
import six.moves import queue as Queue
|
from six.moves import queue as Queue
|
||||||
import time
|
import time
|
||||||
|
|
||||||
from ansible.errors import *
|
from ansible.errors import *
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue