Skip to content

Commit

Permalink
[CI] Compatibility with isort 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Jan 28, 2025
1 parent 766bfcc commit f2242ee
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
from xgboost.testing.dask import get_rabit_args
from xgboost.testing.params import hist_parameter_strategy

from ..test_with_dask.test_with_dask import generate_array
from ..test_with_dask.test_with_dask import (
generate_array,
)
from ..test_with_dask.test_with_dask import kCols as random_cols
from ..test_with_dask.test_with_dask import (
make_categorical,
Expand Down

0 comments on commit f2242ee

Please sign in to comment.