LightGBM icon indicating copy to clipboard operation
LightGBM copied to clipboard

[python-package] Fix mypy checks in `compat.py`

Open borchero opened this issue 8 months ago • 0 comments

Motivation

mypy currently fails with 36 errors in 6 files. One of these files is compat.py.

Changes

This PR fixes the typing issues in compat.py, eliminating 2 errors in 1 file. I don't think there is a strong drawback in using Any here, this is a "stub function" anyways.

borchero avatar Apr 27 '25 19:04 borchero