Skip to content

Commit c9de5fc

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

monai/utils/misc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ 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+
602603
return module.__version__ != test_ver and version_leq(test_ver, module.__version__)
603604

604605

0 commit comments

Comments
 (0)