Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
cac97d0c
Unverified
Commit
cac97d0c
authored
Feb 15, 2021
by
Zhuyi Xue
Committed by
GitHub
Feb 16, 2021
Browse files
[ci][python] apply isort to tests/python_package_test/test_plotting.py #3958 (#3982)
parent
0cb94fa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
tests/python_package_test/test_plotting.py
tests/python_package_test/test_plotting.py
+4
-3
No files found.
tests/python_package_test/test_plotting.py
View file @
cac97d0c
# coding: utf-8
# coding: utf-8
import
lightgbm
as
lgb
from
lightgbm.compat
import
MATPLOTLIB_INSTALLED
,
GRAPHVIZ_INSTALLED
from
sklearn.model_selection
import
train_test_split
import
pytest
import
pytest
from
sklearn.model_selection
import
train_test_split
import
lightgbm
as
lgb
from
lightgbm.compat
import
GRAPHVIZ_INSTALLED
,
MATPLOTLIB_INSTALLED
if
MATPLOTLIB_INSTALLED
:
if
MATPLOTLIB_INSTALLED
:
import
matplotlib
import
matplotlib
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment