mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -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
|
@ -19,7 +19,7 @@ __metaclass__ = type
|
|||
|
||||
from re import compile as re_compile, IGNORECASE
|
||||
|
||||
from ansible.errors import *
|
||||
from ansible.errors import AnsibleError
|
||||
from ansible.parsing.splitter import parse_kv
|
||||
from ansible.plugins.lookup import LookupBase
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue