Skip to content

Commit 48f4698

Browse files
committed
CLN appease ruff/linting
1 parent 379cfdf commit 48f4698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python_package_test/test_sklearn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
from sklearn.utils.validation import check_is_fitted
2323

2424
import lightgbm as lgb
25+
from lightgbm.basic import LGBMDeprecationWarning
2526
from lightgbm.compat import (
2627
DASK_INSTALLED,
2728
DATATABLE_INSTALLED,
@@ -31,7 +32,6 @@
3132
pd_DataFrame,
3233
pd_Series,
3334
)
34-
from lightgbm.basic import LGBMDeprecationWarning
3535

3636
from .utils import (
3737
assert_silent,

0 commit comments

Comments
 (0)