LightGBM icon indicating copy to clipboard operation
LightGBM copied to clipboard

[python-package] Fix mypy checks in `plotting.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 plotting.py.

Changes

This PR fixes the typing issues in plotting.py, eliminating 1 error and 1 file with errors.

borchero avatar Apr 27 '25 19:04 borchero