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

Skip to content

Commit 7157fe3

Browse files
committed
fixed PEP8 error
1 parent ecc6a81 commit 7157fe3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/tests/test_backend_svg.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ def test_bold_font_output():
107107
ax.set_title('bold-title', fontweight='bold')
108108

109109

110-
@image_comparison(baseline_images=['bold_font_output_with_none_fonttype'], extensions=['svg'])
110+
@image_comparison(baseline_images=['bold_font_output_with_none_fonttype'],
111+
extensions=['svg'])
111112
def test_bold_font_output_with_none_fonttype():
112113
plt.rcParams['svg.fonttype'] = 'none'
113114
fig = plt.figure()

0 commit comments

Comments
 (0)