Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
9d9e9b87
Unverified
Commit
9d9e9b87
authored
Jun 15, 2021
by
Grey
Committed by
GitHub
Jun 15, 2021
Browse files
[python] add type hints to check_dynamic_dependencies.py (#4382)
parent
3d1c229b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
helpers/check_dynamic_dependencies.py
helpers/check_dynamic_dependencies.py
+1
-1
No files found.
helpers/check_dynamic_dependencies.py
View file @
9d9e9b87
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment