Skip to content

Commit

Permalink
[ci][python] apply isort to examples/python-guide/plot_example.py #3958
Browse files Browse the repository at this point in the history
… (#3963)
  • Loading branch information
zyxue authored Feb 15, 2021
1 parent 3bf0ba2 commit 5cb2558
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/python-guide/plot_example.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# coding: utf-8
import lightgbm as lgb
import pandas as pd

import lightgbm as lgb

if lgb.compat.MATPLOTLIB_INSTALLED:
import matplotlib.pyplot as plt
else:
Expand Down

0 comments on commit 5cb2558

Please sign in to comment.