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

Skip to content

Commit f973b19

Browse files
committed
FIX: remove duplicate function
1 parent 84a5a32 commit f973b19

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/mpl_toolkits/mplot3d/art3d.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@
9090

9191
# ---------------------------------------------------------------------------- #
9292

93-
def is_none(*args):
94-
for a in args:
95-
yield a is None
96-
9793

9894
def is_none(*args):
9995
for a in args:

0 commit comments

Comments
 (0)