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
af0c2260
Unverified
Commit
af0c2260
authored
Feb 15, 2021
by
Zhuyi Xue
Committed by
GitHub
Feb 16, 2021
Browse files
[ci][python] apply isort to python-package/lightgbm/basic.py #3958 (#3967)
parent
9b64b9c9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
python-package/lightgbm/basic.py
python-package/lightgbm/basic.py
+2
-1
No files found.
python-package/lightgbm/basic.py
View file @
af0c2260
...
@@ -14,7 +14,8 @@ from typing import Any, Dict
...
@@ -14,7 +14,8 @@ from typing import Any, Dict
import
numpy
as
np
import
numpy
as
np
import
scipy.sparse
import
scipy.sparse
from
.compat
import
PANDAS_INSTALLED
,
pd_DataFrame
,
pd_Series
,
concat
,
is_dtype_sparse
,
dt_DataTable
from
.compat
import
(
PANDAS_INSTALLED
,
concat
,
dt_DataTable
,
is_dtype_sparse
,
pd_DataFrame
,
pd_Series
)
from
.libpath
import
find_lib_path
from
.libpath
import
find_lib_path
...
...
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