Unverified Commit 96728a04 authored by Deddy Jobson's avatar Deddy Jobson Committed by GitHub
Browse files

added type hint (#4070)

parent bcf443b5
...@@ -2,9 +2,10 @@ ...@@ -2,9 +2,10 @@
"""Find the path to LightGBM dynamic library files.""" """Find the path to LightGBM dynamic library files."""
import os import os
from platform import system from platform import system
from typing import List
def find_lib_path(): def find_lib_path() -> List[str]:
"""Find the path to LightGBM library files. """Find the path to LightGBM library files.
Returns Returns
......
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