Skip to content

Commit c249e95

Browse files
committed
Pull off ruff format.
1 parent e17895e commit c249e95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_optional/test_kaleido/test_kaleido.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
fig = {"data": [], "layout": {"title": {"text": "figure title"}}}
1818

19+
1920
def create_figure(width=None, height=None):
2021
"""Create a simple figure with optional layout dimensions."""
2122
layout = {}
@@ -26,6 +27,7 @@ def create_figure(width=None, height=None):
2627

2728
return go.Figure(data=[go.Scatter(x=[1, 2, 3], y=[1, 2, 3])], layout=layout)
2829

30+
2931
def parse_svg_dimensions(svg_bytes):
3032
"""Parse width and height from SVG bytes."""
3133
svg_str = svg_bytes.decode("utf-8")

0 commit comments

Comments
 (0)