Unverified Commit b6e2793b authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[python] remove unused import (#5443)

Update plotting.py
parent 27435af6
...@@ -7,7 +7,7 @@ from typing import Any, Dict, List, Optional, Tuple, Union ...@@ -7,7 +7,7 @@ from typing import Any, Dict, List, Optional, Tuple, Union
import numpy as np import numpy as np
from .basic import ZERO_THRESHOLD, Booster, _data_from_pandas, _is_zero, _log_warning, _MissingType from .basic import Booster, _data_from_pandas, _is_zero, _log_warning, _MissingType
from .compat import GRAPHVIZ_INSTALLED, MATPLOTLIB_INSTALLED, pd_DataFrame from .compat import GRAPHVIZ_INSTALLED, MATPLOTLIB_INSTALLED, pd_DataFrame
from .sklearn import LGBMModel from .sklearn import LGBMModel
......
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