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

Skip to content

Commit d9bf8cf

Browse files
appleapple
authored andcommitted
Remove whitespace from blank line
1 parent 99690bc commit d9bf8cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/tests/test_scale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +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-
436+
437437

438438
def test_unregister_scale():
439439
"""Test that unregister_scale removes a scale correctly."""

0 commit comments

Comments
 (0)