Skip to content

Commit 69498cc

Browse files
committed
DCO
Signed-off-by: Nicolas Kaenzig <[email protected]>
1 parent c9de5fc commit 69498cc

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)