From 99be8b8944041c8ed5a74c841785ef44bce1c6d8 Mon Sep 17 00:00:00 2001 From: bymyself Date: Sat, 17 May 2025 23:29:49 -0700 Subject: [PATCH] fix: address linting issues --- comfy_api_nodes/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comfy_api_nodes/__init__.py b/comfy_api_nodes/__init__.py index 31c1e7a77..0ec95f300 100644 --- a/comfy_api_nodes/__init__.py +++ b/comfy_api_nodes/__init__.py @@ -4,7 +4,7 @@ # due to its protected namespace feature. Several Kling API models use "model_name" fields # (which indicate which Kling model to use in API requests) triggering these warnings: # -# UserWarning: Field "model_name" in KlingSingleImageEffectInput has conflict with +# UserWarning: Field "model_name" in KlingSingleImageEffectInput has conflict with # protected namespace "model_". # # Affected versions: @@ -19,4 +19,4 @@ # For more details, see: https://github.com/comfyanonymous/ComfyUI/issues/8172#issuecomment-2888641795 import warnings -warnings.filterwarnings("ignore", message=".*model_name.*protected namespace.*") \ No newline at end of file +warnings.filterwarnings("ignore", message=".*model_name.*protected namespace.*")