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(): class RegexReplace():
DESCRIPTION = "Find and replace text using regex patterns." DESCRIPTION = "Find and replace text using regex patterns."
@classmethod @classmethod
def INPUT_TYPES(s): def INPUT_TYPES(s):
return { return {