Skip to content

Commit

Permalink
[ci][python] apply isort to python-package/setup.py microsoft#3958
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxue committed Feb 14, 2021
1 parent fd094d2 commit d20c363
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions python-package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@
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'),
Expand Down

0 comments on commit d20c363

Please sign in to comment.