Skip to content

Commit 004fff2

Browse files
committed
Fix PEP8
1 parent 822f4f7 commit 004fff2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/mpl_toolkits/mplot3d/art3d.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,6 @@ def do_3d_projection(self, renderer):
480480
vxyzis = proj3d.proj_transform_clip(xs, ys, zs, renderer.M)
481481
vzs = vxyzis[2]
482482

483-
484483
fcs = (zalpha(self._facecolor3d, vzs) if self._depthshade else
485484
self._facecolor3d)
486485
fcs = mcolors.to_rgba_array(fcs, self._alpha)

0 commit comments

Comments
 (0)