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

[ci][python] apply isort to tests/cpp_test/test.py #3958 (#3976)

parent 07d7b797
# coding: utf-8 # coding: utf-8
import glob import glob
import numpy as np import numpy as np
preds = [np.loadtxt(name) for name in glob.glob('*.pred')] preds = [np.loadtxt(name) for name in glob.glob('*.pred')]
......
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