Skip to content

Commit fdbe5c6

Browse files
committed
format
1 parent 633e8b1 commit fdbe5c6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

griptape_nodes_library/image/get_closest_aspect_ratio.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,7 @@ def __init__(self, name: str, metadata: dict[Any, Any] | None = None) -> None:
111111
ParameterString(
112112
name="aspect_ratios",
113113
default_value="1:1, 3:2, 2:3, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9",
114-
tooltip=(
115-
"Candidate aspect ratios separated by commas, newlines, or spaces (e.g. 1:1 3:2 or 1:1, 2:3)"
116-
),
114+
tooltip=("Candidate aspect ratios separated by commas, newlines, or spaces (e.g. 1:1 3:2 or 1:1, 2:3)"),
117115
)
118116
)
119117

0 commit comments

Comments
 (0)