Skip to content

Commit 4f54f95

Browse files
committed
DCO Remediation Commit for Nicolas Kaenzig <[email protected]>
I, Nicolas Kaenzig <[email protected]>, hereby add my Signed-off-by to this commit: c040d85 Signed-off-by: Nicolas Kaenzig <[email protected]>
1 parent 33e1c66 commit 4f54f95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

monai/utils/misc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,6 @@ def is_module_ver_at_least(module, version):
599599
`True` if module is the given version or newer.
600600
"""
601601
test_ver = ".".join(map(str, version))
602-
603602
return module.__version__ != test_ver and version_leq(test_ver, module.__version__)
604603

605604

0 commit comments

Comments
 (0)