From ba789d71ec8015a3a721f40a1dc3321dc9349591 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:49:32 +0200 Subject: [PATCH] [PR #10643/2aa53706 backport][stable-11] jc filter: remove redundant noqa comment (#10648) jc filter: remove redundant noqa comment (#10643) (cherry picked from commit 2aa53706f50e1dc122c11385d9ac1f66579390b4) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --- plugins/filter/jc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/filter/jc.py b/plugins/filter/jc.py index 6a2feb93f0..d88b5e0b5b 100644 --- a/plugins/filter/jc.py +++ b/plugins/filter/jc.py @@ -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