Skip to content

Commit a2f7ed9

Browse files
author
Julien L
committed
raise AttributeError exception for set_zlim
1 parent 1ae6d9e commit a2f7ed9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,8 +1091,6 @@ def cla(self):
10911091
self.set_zlim(0, 1)
10921092
except TypeError:
10931093
pass
1094-
except AttributeError:
1095-
pass
10961094

10971095
self._autoscaleZon = True
10981096
self._zmargin = 0

0 commit comments

Comments
 (0)