Skip to content

Commit

Permalink
[ci][python] apply isort to tests/python_package_test/test_plotting.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxue authored Feb 15, 2021
1 parent 0cb94fa commit cac97d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/python_package_test/test_plotting.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# 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
from sklearn.model_selection import train_test_split

import lightgbm as lgb
from lightgbm.compat import GRAPHVIZ_INSTALLED, MATPLOTLIB_INSTALLED

if MATPLOTLIB_INSTALLED:
import matplotlib
Expand Down

0 comments on commit cac97d0

Please sign in to comment.