Skip to content

Commit a604c15

Browse files
authored
Add SobelGradientsD to __all__ (#5713)
### Description "SobelGradientsD", "SobelGradientsDict", "SobelGradientsd" were missed `__all__`. This PR fixes it. ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
1 parent d0d720d commit a604c15

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

monai/transforms/post/dictionary.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@
8282
"SaveClassificationD",
8383
"SaveClassificationDict",
8484
"SaveClassificationd",
85+
"SobelGradientsD",
86+
"SobelGradientsDict",
87+
"SobelGradientsd",
8588
"VoteEnsembleD",
8689
"VoteEnsembleDict",
8790
"VoteEnsembled",

0 commit comments

Comments
 (0)