Skip to content

Commit

Permalink
re-order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudioSalvatoreArcidiacono committed Sep 8, 2023
1 parent 8cf3028 commit dd8d724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/lightgbm/sklearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
_LGBMCheckClassificationTargets, _LGBMCheckSampleWeight, _LGBMCheckXY, _LGBMClassifierBase,
_LGBMComputeSampleWeight, _LGBMCpuCount, _LGBMLabelEncoder, _LGBMModelBase, _LGBMRegressorBase,
dt_DataTable, pd_DataFrame)
from .engine import train, _make_n_folds
from .engine import _make_n_folds, train

__all__ = [
'LGBMClassifier',
Expand Down

0 comments on commit dd8d724

Please sign in to comment.