Skip to content

Commit fd992a0

Browse files
chore: ruff format
1 parent 3c09f43 commit fd992a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/plotting/_matplotlib/core.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def __init__(
173173
stacked: bool = False,
174174
label: Hashable | None = None,
175175
style=None,
176-
legend_loc: str | tuple[float, float] ='best',
176+
legend_loc: str | tuple[float, float] = "best",
177177
**kwds,
178178
) -> None:
179179
# if users assign an empty list or tuple, raise `ValueError`
@@ -244,7 +244,6 @@ def __init__(
244244
self.legend_labels: list[Hashable] = []
245245
self.legend_loc = legend_loc
246246

247-
248247
self.logx = type(self)._validate_log_kwd("logx", logx)
249248
self.logy = type(self)._validate_log_kwd("logy", logy)
250249
self.loglog = type(self)._validate_log_kwd("loglog", loglog)

0 commit comments

Comments
 (0)