Commit 49e17b8f by Toshio Kuratomi

Get rid of an unused import so that we don't have circular imports

parent 5b0b1f8d
......@@ -49,7 +49,6 @@ except ImportError:
def byte2int(bs):
return ord(bs[0])
from ansible import constants as C
from ansible.utils.unicode import to_unicode, to_bytes
......
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