We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9ec35 commit 9dfc93bCopy full SHA for 9dfc93b
python-package/xgboost/dask/__init__.py
@@ -88,7 +88,7 @@
88
from distributed import Future
89
90
from .. import collective, config
91
-from .._typing import FeatureNames, FeatureTypes, IterationRange, DataType
+from .._typing import DataType, FeatureNames, FeatureTypes, IterationRange
92
from ..callback import TrainingCallback
93
from ..collective import Config as CollConfig
94
from ..collective import _Args as CollArgs
0 commit comments