"python-package/vscode:/vscode.git/clone" did not exist on "4d15e4ff5a15e7c9a4ae97be710c591ed9f3f736"
Unverified Commit 1f828f4e authored by Dmytro Tanasiuk's avatar Dmytro Tanasiuk Committed by GitHub
Browse files

[python-package] fix _LGBM_CustomMetricFunction typing (#5736)

parent 42df0ff3
......@@ -23,7 +23,7 @@ __all__ = [
_LGBM_CustomMetricFunction = Callable[
[np.ndarray, Dataset],
Tuple[str, float, bool]
Union[Tuple[str, float, bool], List[Tuple[str, float, bool]]]
]
_LGBM_PreprocFunction = Callable[
......
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