"vscode:/vscode.git/clone" did not exist on "a2643466c24418702b31fea59071a50d8471805f"
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
import sys
def check_dependicies(objdump_string):
def check_dependicies(objdump_string: str) -> None:
"""Check the dynamic symbol versions.
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