mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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):
|
||||
return ord(bs[0])
|
||||
|
||||
from ansible import constants as C
|
||||
from ansible.utils.unicode import to_unicode, to_bytes
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue