Commit 164cfdfd by Amandine Lee

Fix typo

parent 08feaea0
......@@ -19,7 +19,7 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
import six.moves import queue as Queue
from six.moves import queue as Queue
import time
from ansible.errors import *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment