Skip to content

Commit 24a7468

Browse files
oscargusQuLogic
andauthored
Update lib/matplotlib/transforms.py
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 19aa67c commit 24a7468

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/transforms.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2544,8 +2544,7 @@ def __init__(self, boxin, boxout, **kwargs):
25442544
Create a new `BboxTransform` that linearly transforms
25452545
points from *boxin* to *boxout*.
25462546
"""
2547-
_api.check_isinstance(BboxBase, boxin=boxin)
2548-
_api.check_isinstance(BboxBase, boxout=boxout)
2547+
_api.check_isinstance(BboxBase, boxin=boxin, boxout=boxout)
25492548

25502549
super().__init__(**kwargs)
25512550
self._boxin = boxin

0 commit comments

Comments
 (0)