mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove unused+circular import in listify.py (#24038)
This commit is contained in:
parent
0d67a49d5a
commit
a5d6d3b9af
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ __metaclass__ = type
|
||||||
from collections import Iterable
|
from collections import Iterable
|
||||||
|
|
||||||
from ansible.module_utils.six import string_types
|
from ansible.module_utils.six import string_types
|
||||||
from ansible.template import Templar
|
|
||||||
from ansible.template.safe_eval import safe_eval
|
from ansible.template.safe_eval import safe_eval
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue