"...git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "c4778e73fb6fc7d6709b614ab413bf55e8702ac8"
Unverified Commit 9d9e9b87 authored by Grey's avatar Grey Committed by GitHub
Browse files

[python] add type hints to check_dynamic_dependencies.py (#4382)

parent 3d1c229b
...@@ -7,7 +7,7 @@ import re ...@@ -7,7 +7,7 @@ import re
import sys import sys
def check_dependicies(objdump_string): def check_dependicies(objdump_string: str) -> None:
"""Check the dynamic symbol versions. """Check the dynamic symbol versions.
Parameters Parameters
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment