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

Skip to content

Commit c13996b

Browse files
committed
[TYP] Omit SubplotBase from GridSpecBase.subplots
1 parent 9fa7b31 commit c13996b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/gridspec.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class GridSpecBase:
5454
sharey: bool | Literal["all", "row", "col", "none"] = ...,
5555
squeeze: Literal[True] = ...,
5656
subplot_kw: dict[str, Any] | None = ...
57-
) -> np.ndarray | SubplotBase | Axes: ...
57+
) -> np.ndarray | Axes: ...
5858

5959
class GridSpec(GridSpecBase):
6060
left: float | None

0 commit comments

Comments
 (0)