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

Skip to content

Commit a25e666

Browse files
committed
Fix flake8 error
1 parent 27d74b2 commit a25e666

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/mpl_toolkits/tests/test_mplot3d.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ def test_surface3d_masked():
446446
ax.plot_surface(x, y, z, facecolors=colors)
447447
ax.view_init(30, -80)
448448

449+
449450
@mpl3d_image_comparison(['surface3d_masked_strides.png'])
450451
def test_surface3d_masked_strides():
451452
fig = plt.figure()

0 commit comments

Comments
 (0)