Skip to content

Commit ec9989e

Browse files
committed
black
1 parent b54f333 commit ec9989e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/plotting/_matplotlib/hist.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def hist_frame(
422422
_axes = _flatten(axes)
423423

424424
can_set_label = "label" not in kwds
425-
425+
426426
for i, col in enumerate(data.columns):
427427
ax = _axes[i]
428428
if legend and can_set_label:

0 commit comments

Comments
 (0)