From 95d5d3b06d38174cf60ad96f67d2322cf0f31a88 Mon Sep 17 00:00:00 2001 From: JettHu Date: Fri, 30 May 2025 15:02:43 +0800 Subject: [PATCH] Fix indentation --- comfy_extras/nodes_string.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_string.py b/comfy_extras/nodes_string.py index 6eead9a28..b1a8ceef0 100644 --- a/comfy_extras/nodes_string.py +++ b/comfy_extras/nodes_string.py @@ -298,7 +298,7 @@ class RegexExtract(): class RegexReplace(): - DESCRIPTION = "Find and replace text using regex patterns." + DESCRIPTION = "Find and replace text using regex patterns." @classmethod def INPUT_TYPES(s): return {