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

[ci][python] apply isort to examples/python-guide/plot_example.py #3958 (#3963)

parent 3bf0ba22
# coding: utf-8 # coding: utf-8
import lightgbm as lgb
import pandas as pd import pandas as pd
import lightgbm as lgb
if lgb.compat.MATPLOTLIB_INSTALLED: if lgb.compat.MATPLOTLIB_INSTALLED:
import matplotlib.pyplot as plt import matplotlib.pyplot as plt
else: else:
......
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