Skip to content

Commit b978d2a

Browse files
authored
remove message (#8163)
1 parent 03154eb commit b978d2a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pytorch_lightning/metrics/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,3 @@
3838
R2Score,
3939
SSIM,
4040
)
41-
from pytorch_lightning.utilities import rank_zero_deprecation
42-
43-
rank_zero_deprecation(
44-
"`pytorch_lightning.metrics.*` module has been renamed to `torchmetrics.*` and split off to its own package"
45-
" (https://github.com/PyTorchLightning/metrics) since v1.3 and will be removed in v1.5"
46-
)

0 commit comments

Comments
 (0)