[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:
patchback[bot]
2025-08-11 19:49:32 +02:00
committed by GitHub
parent 897729b507
commit ba789d71ec

View File

@@ -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