Unverified Commit 219f613a authored by Zhuyi Xue's avatar Zhuyi Xue Committed by GitHub
Browse files

[ci][python] apply isort to tests/python_package_test/test_dual.py #3958 (#3980)

parent 8d5c0343
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
"""Tests for dual GPU+CPU support.""" """Tests for dual GPU+CPU support."""
import os import os
import pytest
import lightgbm as lgb
import numpy as np import numpy as np
import pytest
from sklearn.metrics import log_loss from sklearn.metrics import log_loss
import lightgbm as lgb
from .utils import load_breast_cancer from .utils import load_breast_cancer
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment