Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 3, 2023
1 parent 1dcc07f commit 663d92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/torchmetrics/utilities/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def plot_single_or_multi_val(
xlim = ax.get_xlim()
factor = 0.1 * (xlim[1] - xlim[0])

y_lines = [ ]
y_lines = []
if lower_bound is not None:
y_lines.append(lower_bound)
if upper_bound is not None:
Expand Down

0 comments on commit 663d92a

Please sign in to comment.