From 5cb2558d1395ce9e783944291e9b6c71c8d9fc2a Mon Sep 17 00:00:00 2001 From: Zhuyi Xue Date: Sun, 14 Feb 2021 18:22:45 -0800 Subject: [PATCH] [ci][python] apply isort to examples/python-guide/plot_example.py #3958 (#3963) --- examples/python-guide/plot_example.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/python-guide/plot_example.py b/examples/python-guide/plot_example.py index 0ec58a0dedf6..d30a11a04b77 100644 --- a/examples/python-guide/plot_example.py +++ b/examples/python-guide/plot_example.py @@ -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: