mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove duplicate import
This commit is contained in:
parent
940bf1f627
commit
87db43afce
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ except ImportError:
|
|||
from ansible.module_utils._text import to_text
|
||||
from ansible.module_utils.urls import fetch_url
|
||||
from ansible.module_utils.six import integer_types, iteritems, string_types
|
||||
from ansible.module_utils._text import to_text
|
||||
|
||||
|
||||
class TaskError(Exception):
|
||||
|
|
Loading…
Reference in a new issue