Skip to content

Commit 9fe791c

Browse files
committed
fix linter error
1 parent 9a76671 commit 9fe791c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

lib/matplotlib/tests/test_polar.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -481,15 +481,3 @@ def test_polar_neg_theta_lims():
481481
ax.set_thetalim(-np.pi, np.pi)
482482
labels = [l.get_text() for l in ax.xaxis.get_ticklabels()]
483483
assert labels == ['-180°', '-135°', '-90°', '-45°', '0°', '45°', '90°', '135°']
484-
485-
486-
import numpy as np
487-
import pytest
488-
import matplotlib.pyplot as plt
489-
490-
@pytest.mark.parametrize("theta_zero_location",
491-
["N", "S", "E", "W", "NE", "NW", "SE", "SW"])
492-
@pytest.mark.parametrize("theta_direction", [1, -1])
493-
def test_errorbar_caps_with_flexible_slope_check(theta_zero_location,
494-
theta_direction):
495-
# work in progress

0 commit comments

Comments
 (0)