Skip to content

Commit ff5cd9d

Browse files
authored
rm dep warning (#210)
1 parent 65da586 commit ff5cd9d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ultraplot/gridspec.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,11 +1420,6 @@ def __getattr__(self, attr):
14201420
# dedicated relevant commands that can be called from the grid (see below).
14211421
import functools
14221422

1423-
warnings._warn_ultraplot(
1424-
"Calling arbitrary axes methods from SubplotGrid was deprecated in v0.8 "
1425-
"and will be removed in a future release. Please index the grid or loop "
1426-
"over the grid instead."
1427-
)
14281423
if not self:
14291424
return None
14301425
objs = tuple(getattr(ax, attr) for ax in self) # may raise error

0 commit comments

Comments
 (0)