mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
Get rid of an unused import so that we don't have circular imports
This commit is contained in:
parent
5b0b1f8da6
commit
49e17b8ff6
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue