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

Skip to content

Commit 34eb9d3

Browse files
ksundentimhoffm
andauthored
remove pending from warning
Co-authored-by: Tim Hoffmann <[email protected]>
1 parent f5ce789 commit 34eb9d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4364,7 +4364,6 @@ def merge_kw_rc(subkey, explicit, zdelta=0, usemarker=True):
43644364
"3.11",
43654365
name="vert: bool",
43664366
alternative="orientation: {'vertical', 'horizontal'}",
4367-
pending=True,
43684367
)
43694368
if vert is False:
43704369
orientation = 'horizontal'
@@ -8646,7 +8645,6 @@ def violin(self, vpstats, positions=None, vert=None,
86468645
"3.11",
86478646
name="vert: bool",
86488647
alternative="orientation: {'vertical', 'horizontal'}",
8649-
pending=True,
86508648
)
86518649
orientation = 'vertical' if vert else 'horizontal'
86528650
_api.check_in_list(['horizontal', 'vertical'], orientation=orientation)

0 commit comments

Comments
 (0)