Skip to content

Commit ab44e37

Browse files
committed
pep8 fix
1 parent 604f577 commit ab44e37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/tests/test_axes.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -4242,7 +4242,8 @@ def test_pie_frame_grid():
42424242
plt.axis('equal')
42434243

42444244

4245-
@image_comparison(baseline_images=['pie_rotatelabels_true'], extensions=['png'])
4245+
@image_comparison(baseline_images=['pie_rotatelabels_true'],
4246+
extensions=['png'])
42464247
def test_pie_rotatelabels_true():
42474248
# The slices will be ordered and plotted counter-clockwise.
42484249
labels = 'Hogwarts', 'Frogs', 'Dogs', 'Logs'

0 commit comments

Comments
 (0)