ソースを参照

Fix for flake8

Kentaro Wada 7 年 前
コミット
23beeaa073
1 ファイル変更0 行追加4 行削除
  1. 0 4
      setup.py

+ 0 - 4
setup.py

@@ -1,7 +1,3 @@
-from distutils.spawn import find_executable
-import os.path as osp
-from setuptools.command.develop import develop as DevelopCommand
-from setuptools.command.install import install as InstallCommand
 from setuptools import find_packages
 from setuptools import setup
 import shlex