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

Skip to content

Commit f406cc1

Browse files
committed
Lint
1 parent 9f11f64 commit f406cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/mplot3d/art3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,4 +851,4 @@ def _zalpha(colors, zs):
851851
@cbook.deprecated("3.1")
852852
def zalpha(colors, zs):
853853
"""Modify the alphas of the color list according to depth."""
854-
return _zalpha(colors, zs)
854+
return _zalpha(colors, zs)

0 commit comments

Comments
 (0)