Skip to content

Commit

Permalink
Update Embed.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhaixu2016 authored Nov 25, 2022
1 parent 66181a1 commit 92e122c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/Embed.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def compared_version(ver1, ver2):
"""
:param ver1
:param ver2
:return: ver1< = >ver2返回False/True
:return: ver1< = >ver2 False/True
"""
list1 = str(ver1).split(".")
list2 = str(ver2).split(".")
Expand Down

0 comments on commit 92e122c

Please sign in to comment.