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] authored and Borda committed Jan 10, 2022
1 parent fadefe4 commit a407c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchmetrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
Specificity,
StatScores,
)
from torchmetrics.image import PeakSignalNoiseRatio, SSIM # noqa: E402
from torchmetrics.image import SSIM, PeakSignalNoiseRatio # noqa: E402
from torchmetrics.metric import Metric # noqa: E402
from torchmetrics.metric_collections import MetricCollection # noqa: E402
from torchmetrics.regression import ( # noqa: E402
Expand Down

0 comments on commit a407c6e

Please sign in to comment.