Unverified Commit 9445b2ca authored by Zhuyi Xue's avatar Zhuyi Xue Committed by GitHub
Browse files

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

parent d64fcbe0
# coding: utf-8
import os
import lightgbm as lgb
import numpy as np
import pytest
from scipy import sparse
from sklearn.datasets import dump_svmlight_file, load_svmlight_file
from sklearn.model_selection import train_test_split
import lightgbm as lgb
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