Fix indentation

This commit is contained in:
JettHu 2025-05-30 15:02:43 +08:00
parent bfe3e356ae
commit 95d5d3b06d

View File

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