"python-package/vscode:/vscode.git/clone" did not exist on "6f0bc4813292873abc9317e4ee8b7413bae0e1cd"
Unverified Commit 7d901749 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[python-package] remove unused imports (#4850)

parent f77cfe83
......@@ -8,7 +8,7 @@ from the information in LightGBM/include/LightGBM/config.h file.
"""
from collections import defaultdict
from pathlib import Path
from typing import Any, Dict, List, Optional, Tuple
from typing import Dict, List, Tuple
def get_parameter_infos(
......
......@@ -7,7 +7,7 @@ from typing import Any, Callable, Dict, List, Optional, Tuple, Union
import numpy as np
from .basic import Booster, Dataset, LightGBMError, _ArrayLike, _choose_param_value, _ConfigAliases, _log_warning
from .callback import log_evaluation, record_evaluation
from .callback import record_evaluation
from .compat import (SKLEARN_INSTALLED, LGBMNotFittedError, _LGBMAssertAllFinite, _LGBMCheckArray,
_LGBMCheckClassificationTargets, _LGBMCheckSampleWeight, _LGBMCheckXY, _LGBMClassifierBase,
_LGBMComputeSampleWeight, _LGBMLabelEncoder, _LGBMModelBase, _LGBMRegressorBase, dt_DataTable,
......
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