Skip to content

Commit 231977f

Browse files
authored
[CI] Compatibility with isort 6.0 (dmlc#11188)
1 parent 766bfcc commit 231977f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_distributed/test_gpu_with_dask/test_gpu_with_dask.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
from xgboost.testing.dask import get_rabit_args
1818
from xgboost.testing.params import hist_parameter_strategy
1919

20-
from ..test_with_dask.test_with_dask import generate_array
20+
from ..test_with_dask.test_with_dask import (
21+
generate_array,
22+
)
2123
from ..test_with_dask.test_with_dask import kCols as random_cols
2224
from ..test_with_dask.test_with_dask import (
2325
make_categorical,

0 commit comments

Comments
 (0)