Get rid of an unused import so that we don't have circular imports
parent
5b0b1f8da6
commit
49e17b8ff6
|
@ -49,7 +49,6 @@ except ImportError:
|
||||||
def byte2int(bs):
|
def byte2int(bs):
|
||||||
return ord(bs[0])
|
return ord(bs[0])
|
||||||
|
|
||||||
from ansible import constants as C
|
|
||||||
from ansible.utils.unicode import to_unicode, to_bytes
|
from ansible.utils.unicode import to_unicode, to_bytes
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue