Skip to content

Commit

Permalink
remove unused package
Browse files Browse the repository at this point in the history
  • Loading branch information
chongxiaoc committed Feb 24, 2022
1 parent 66965b4 commit addf2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horovod/common/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def is_iterable(x):

@_cache
def is_version_greater_equal_than(ver, target):
from distutils.version import LooseVersion, StrictVersion
from distutils.version import LooseVersion
if any([not isinstance(_str, str) for _str in (ver, target)]):
raise ValueError("This function only accepts string arguments. \n"
"Received:\n"
Expand Down

0 comments on commit addf2f0

Please sign in to comment.