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
332b0db5
Unverified
Commit
332b0db5
authored
Feb 15, 2021
by
Zhuyi Xue
Committed by
GitHub
Feb 15, 2021
Browse files
[ci][python] apply isort to python-package/setup.py #3958 (#3974)
parent
e9ea85bd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
python-package/setup.py
python-package/setup.py
+3
-4
No files found.
python-package/setup.py
View file @
332b0db5
...
...
@@ -5,17 +5,16 @@ import os
import
struct
import
subprocess
import
sys
from
distutils.dir_util
import
copy_tree
,
create_tree
,
remove_tree
from
distutils.file_util
import
copy_file
from
platform
import
system
from
setuptools
import
find_packages
,
setup
from
setuptools.command.install
import
install
from
setuptools.command.install_lib
import
install_lib
from
setuptools.command.sdist
import
sdist
from
distutils.dir_util
import
copy_tree
,
create_tree
,
remove_tree
from
distutils.file_util
import
copy_file
from
wheel.bdist_wheel
import
bdist_wheel
LIGHTGBM_OPTIONS
=
[
(
'mingw'
,
'm'
,
'Compile with MinGW'
),
(
'integrated-opencl'
,
None
,
'Compile integrated OpenCL version'
),
...
...
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