Skip to content

Commit

Permalink
[ci][python] apply isort to tests/cpp_test/test.py #3958 (#3976)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxue authored Feb 15, 2021
1 parent 07d7b79 commit cdfe97f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cpp_test/test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# coding: utf-8
import glob

import numpy as np

preds = [np.loadtxt(name) for name in glob.glob('*.pred')]
Expand Down

0 comments on commit cdfe97f

Please sign in to comment.