mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-15 10:31:42 -07:00
[PR #10643/2aa53706 backport][stable-11] jc filter: remove redundant noqa comment (#10648)
jc filter: remove redundant noqa comment (#10643)
(cherry picked from commit 2aa53706f5
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
897729b507
commit
ba789d71ec
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ from ansible.errors import AnsibleError, AnsibleFilterError
|
||||||
import importlib
|
import importlib
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import jc # noqa: F401, pylint: disable=unused-import
|
import jc
|
||||||
HAS_LIB = True
|
HAS_LIB = True
|
||||||
except ImportError:
|
except ImportError:
|
||||||
HAS_LIB = False
|
HAS_LIB = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue