Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99690bc

Browse files
appleapple
authored andcommitted
Fix formatting in test_unregister_scale
1 parent cc686b1 commit 99690bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/matplotlib/tests/test_scale.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ def test_val_in_range_base_fallback():
433433
assert s.val_in_range(np.nan) is False
434434
assert s.val_in_range(np.inf) is False
435435
assert s.val_in_range(-np.inf) is False
436+
436437

437438
def test_unregister_scale():
438439
"""Test that unregister_scale removes a scale correctly."""

0 commit comments

Comments
 (0)