mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Add missing to_unicode import
This commit is contained in:
parent
483c83b088
commit
73caff58e8
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import glob
|
|||
|
||||
from ansible.plugins.lookup import LookupBase
|
||||
from ansible.errors import AnsibleFileNotFound
|
||||
from ansible.utils.unicode import to_bytes
|
||||
from ansible.utils.unicode import to_bytes, to_unicode
|
||||
|
||||
class LookupModule(LookupBase):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue