Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
2a085655
"include/LightGBM/vscode:/vscode.git/clone" did not exist on "9e89ee7fac7dfe18f0f4ab3ea7542854e3d0b936"
Unverified
Commit
2a085655
authored
Feb 25, 2024
by
James Lamb
Committed by
GitHub
Feb 25, 2024
Browse files
[python-package] remove unused type alias (#6341)
parent
6f19edde
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
python-package/lightgbm/basic.py
python-package/lightgbm/basic.py
+0
-1
No files found.
python-package/lightgbm/basic.py
View file @
2a085655
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment