mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
ignore warning on the import - fixes #9
This commit is contained in:
parent
0ac0cec20f
commit
3027204914
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ if ispy3:
|
|||
from distutils.core import setup
|
||||
else:
|
||||
try:
|
||||
from setuptools import setup
|
||||
from setuptools import setup # NOQA
|
||||
except ImportError:
|
||||
from distutils.core import setup # NOQA
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue