Skip to content

Commit 33e1c66

Browse files
committed
DCO
1 parent 69498cc commit 33e1c66

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)