Skip to content

Commit 9dfc93b

Browse files
committed
isort
1 parent 0e9ec35 commit 9dfc93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-package/xgboost/dask/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
from distributed import Future
8989

9090
from .. import collective, config
91-
from .._typing import FeatureNames, FeatureTypes, IterationRange, DataType
91+
from .._typing import DataType, FeatureNames, FeatureTypes, IterationRange
9292
from ..callback import TrainingCallback
9393
from ..collective import Config as CollConfig
9494
from ..collective import _Args as CollArgs

0 commit comments

Comments
 (0)