8000 PEP8 fix · matplotlib/matplotlib@917bc62 · GitHub
[go: up one dir, main page]

Skip to content

Commit 917bc62

Browse files
committed
PEP8 fix
1 parent d6a445e commit 917bc62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/tests/test_contour.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ def test_log_locator_levels():
214214
assert_array_almost_equal(cb.ax.get_yticks(), c.levels)
215215

216216

217-
218217
@pytest.mark.parametrize("n_levels", [2, 3, 4, 5, 6])
219218
def test_lognorm_levels(n_levels):
220219
x, y = np.mgrid[1:10:0.1, 1:10:0.1]

0 commit comments

Comments
 (0)
0