Skip to content

Commit d951d63

Browse files
committed
Fix diffusion deprecation notice
1 parent 9138b31 commit d951d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemo/collections/diffusion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
warnings.warn(
19-
"nemo.collections.diffusion is deprecated and will be removed in the next major NeMo FW container release."
19+
"nemo.collections.diffusion is deprecated and will be removed in the next major NeMo FW container release.",
2020
DeprecationWarning,
2121
stacklevel=2,
2222
)

0 commit comments

Comments
 (0)