mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Get rid of an unused import so that we don't have circular imports
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user