mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-14 07:55:05 +00:00
jc filter: remove redundant noqa comment (#10643)
This commit is contained in:
parent
993e3a736e
commit
2aa53706f5
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ from ansible.errors import AnsibleError, AnsibleFilterError
|
|||
import importlib
|
||||
|
||||
try:
|
||||
import jc # noqa: F401, pylint: disable=unused-import
|
||||
import jc
|
||||
HAS_LIB = True
|
||||
except ImportError:
|
||||
HAS_LIB = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue