Fix pylint (#2537)

This commit is contained in:
Rory Mitchell 2017-07-21 11:41:56 +12:00 committed by GitHub
parent 4eb255262f
commit 56550ff3f1

View File

@ -1,4 +1,4 @@
# pylint: disable=invalid-name, exec-used
# pylint: disable=invalid-name, exec-used, no-self-use, missing-docstring
"""Setup xgboost package."""
from __future__ import absolute_import
import sys