Skip to content

Commit

Permalink
DCO Remediation Commit for Nicolas Kaenzig <[email protected]>
Browse files Browse the repository at this point in the history
I, Nicolas Kaenzig <[email protected]>, hereby add my Signed-off-by to this commit: 33e1c66

Signed-off-by: Nicolas Kaenzig <[email protected]>
  • Loading branch information
nkaenzig committed Feb 19, 2025
1 parent 597f912 commit 7eee64d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion monai/utils/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,6 @@ def is_module_ver_at_least(module, version):
`True` if module is the given version or newer.
"""
test_ver = ".".join(map(str, version))

return module.__version__ != test_ver and version_leq(test_ver, module.__version__)


Expand Down

0 comments on commit 7eee64d

Please sign in to comment.