Skip to content

Commit ecc0f40

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7d7f0fb commit ecc0f40

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ultraplot/tests/test_figure.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,8 @@ def test_explicit_sharey_propagates_scale_changes():
403403

404404
assert axs[0].get_yscale() == "log"
405405
assert axs[1].get_yscale() == "log"
406+
407+
406408
@pytest.mark.parametrize("va", ["bottom", "center", "top"])
407409
def test_suptitle_vertical_alignment_preserves_top_spacing(va):
408410
"""

0 commit comments

Comments
 (0)