Skip to content

Commit 827c5b5

Browse files
committed
fix mypy
1 parent ae90509 commit 827c5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/plotting/_matplotlib/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def __init__(
213213

214214
def _validate_subplots_kwarg(
215215
self, subplots: Union[bool, Sequence[Sequence[str]]]
216-
) -> Union[bool, List[Tuple[int]]]:
216+
) -> Union[bool, List[Tuple[int, ...]]]:
217217
"""
218218
Validate the subplots parameter
219219

0 commit comments

Comments
 (0)