LightGBM
LightGBM copied to clipboard
[python-package] Fix mypy checks in `compat.py`
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.