Skip to content

Commit 417b1d9

Browse files
committed
pandas/plotting/_matplotlib/core.py:549: error: Unused "type: ignore" comment [unused-ignore]
1 parent 9e22a88 commit 417b1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/plotting/_matplotlib/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ def _maybe_right_yaxis(self, ax: Axes, axes_num: int) -> Axes:
546546
new_ax.set_yscale("log")
547547
elif self.logy == "sym" or self.loglog == "sym":
548548
new_ax.set_yscale("symlog")
549-
return new_ax # type: ignore[return-value]
549+
return new_ax
550550

551551
@final
552552
@cache_readonly

0 commit comments

Comments
 (0)