Skip to content

Commit d29d7ef

Browse files
committed
isort.
1 parent 0832e6e commit d29d7ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/python/test_ranking.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
import numpy as np
66
import pytest
7-
from scipy.sparse import csr_matrix
87
from hypothesis import given, note, settings
8+
from scipy.sparse import csr_matrix
9+
from xgboost.testing.params import lambdarank_parameter_strategy
910

1011
import xgboost
1112
from xgboost import testing as tm
12-
from xgboost.testing.params import lambdarank_parameter_strategy
1313

1414

1515
def test_ranking_with_unweighted_data():

0 commit comments

Comments
 (0)