From e877471dfd5046b410ad9f818bea97aef743e73f Mon Sep 17 00:00:00 2001 From: yoinked Date: Fri, 20 Jun 2025 04:58:21 +0000 Subject: [PATCH] fix linting --- comfy_extras/nodes_string.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comfy_extras/nodes_string.py b/comfy_extras/nodes_string.py index 8f0b194b3..e3a916d70 100644 --- a/comfy_extras/nodes_string.py +++ b/comfy_extras/nodes_string.py @@ -377,8 +377,8 @@ class GetRandomLine(): "seed": (IO.INT, {"default": 0, "min": 0, "max": 2147483647, - "step": 1, - "control_after_generate": True, + "step": 1, + "control_after_generate": True, "display": "number"},) } }