Remove installation of Python 2 pylint - it has been disabled in CI a while ago.

PiperOrigin-RevId: 314730812
Change-Id: I6c6da4008f062eb4c2cab01adf25dc283955b6e6
This commit is contained in:
Dan Moldovan 2020-06-04 08:09:46 -07:00 committed by TensorFlower Gardener
parent b794497e61
commit 90fdbf3965

View File

@ -29,7 +29,6 @@ function install_pylint () {
# TODO(mihaimaruseac): this is used in the release build in the same way,
# maybe extract out to a common?
sudo python3 -m pip install setuptools --upgrade
sudo python2 -m pip install pylint==1.6.4
sudo python3 -m pip install pylint==1.6.4
}