8000 Blank line added in test_colors.py for pep8 consistency. · matplotlib/matplotlib@9f0aa6e · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f0aa6e

Browse files
committed
Blank line added in test_colors.py for pep8 consistency.
1 parent 9ceb6b9 commit 9f0aa6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_colors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,7 @@ def test_pandas_iterable():
587587
cm2 = mcolors.ListedColormap(s, N=5)
588588
assert_sequence_equal(cm1.colors, cm2.colors)
589589

590+
590591
def test_colormap_reversing():
591592
"""Check the generated _lut data of a colormap and corresponding
592593
reversed colormap if they are almost the same."""

0 commit comments

Comments
 (0)
0