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

Skip to content

Commit 872818b

Browse files
committed
flake8
1 parent ca129ae commit 872818b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mpl_toolkits/mplot3d/art3d.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,8 +650,8 @@ def do_3d_projection(self, renderer):
650650

651651
face_z = self._zsortfunc(psegments[..., 2], axis=-1)
652652
if isinstance(face_z, np.ma.MaskedArray):
653-
# NOTE: Unpacking .data is safe here, because every face has to contain
654-
# a valid vertex.
653+
# NOTE: Unpacking .data is safe here, because every face has to
654+
# contain a valid vertex.
655655
face_z = face_z.data
656656
face_order = np.argsort(face_z, axis=-1)[::-1]
657657

0 commit comments

Comments
 (0)