mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-15 04:39:12 -07:00
Cleanup some pyflakes warning (1 real error)
This commit is contained in:
parent
c6d44738ad
commit
0888d78b84
7 changed files with 8 additions and 9 deletions
|
@ -17,7 +17,7 @@
|
|||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
from ansible.errors import *
|
||||
from ansible.errors import AnsibleError
|
||||
from ansible.plugins.lookup import LookupBase
|
||||
from ansible.utils.listify import listify_lookup_plugin_terms
|
||||
from ansible.utils.boolean import boolean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue