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