jc filter: remove redundant noqa comment (#10643)

This commit is contained in:
Alexei Znamensky
2025-08-11 21:56:49 +12:00
committed by GitHub
parent 993e3a736e
commit 2aa53706f5

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