Skip to content

Commit 436dd1a

Browse files
committed
mypy error
1 parent e6ab121 commit 436dd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/plotting/_matplotlib/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def format_date_labels(ax: Axes, rot) -> None:
5656
fig = ax.get_figure()
5757
if fig is not None:
5858
# should always be a Figure but can technically be None
59-
maybe_adjust_figure(fig, bottom=0.2)
59+
maybe_adjust_figure(fig, bottom=0.2) # type: ignore[arg-type]
6060

6161

6262
def table(

0 commit comments

Comments
 (0)