Skip to content

Commit f06987e

Browse files
FBumannclaude
andcommitted
fix: unused variable lint error in test
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 83ae531 commit f06987e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_figures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ def test_bar_zero_baseline(self) -> None:
787787
# After overlay (which triggers _fix_animation_axis_ranges)
788788
combined = overlay(fig, xpx(da).line(animation_frame="frame"))
789789

790-
lo, hi = combined.layout.yaxis.range
790+
lo, _hi = combined.layout.yaxis.range
791791
assert lo <= 0, f"Bar y-axis range should include 0, got lo={lo}"
792792

793793

0 commit comments

Comments
 (0)