Unverified Commit 6110bd15 authored by Zhuyi Xue's avatar Zhuyi Xue Committed by GitHub
Browse files

[ci][python] apply isort to python-package/lightgbm/engine.py #3958 (#3970)

parent 1248d55f
...@@ -7,7 +7,8 @@ from operator import attrgetter ...@@ -7,7 +7,8 @@ from operator import attrgetter
import numpy as np import numpy as np
from . import callback from . import callback
from .basic import Booster, Dataset, LightGBMError, _ConfigAliases, _InnerPredictor, _log_warning from .basic import (Booster, Dataset, LightGBMError, _ConfigAliases,
_InnerPredictor, _log_warning)
from .compat import SKLEARN_INSTALLED, _LGBMGroupKFold, _LGBMStratifiedKFold from .compat import SKLEARN_INSTALLED, _LGBMGroupKFold, _LGBMStratifiedKFold
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment