LightGBM
LightGBM copied to clipboard
[python-package] Fix mypy checks in `plotting.py`
Motivation
mypy currently fails with 36 errors in 6 files. One of these files is plotting.py.
Changes
This PR fixes the typing issues in plotting.py, eliminating 1 error and 1 file with errors.