Unverified Commit 2a085655 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[python-package] remove unused type alias (#6341)

parent 6f19edde
...@@ -262,7 +262,6 @@ else: ...@@ -262,7 +262,6 @@ else:
_NUMERIC_TYPES = (int, float, bool) _NUMERIC_TYPES = (int, float, bool)
_ArrayLike = Union[List, np.ndarray, pd_Series]
def _safe_call(ret: int) -> None: def _safe_call(ret: int) -> None:
......
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