This is an automated email from the ASF dual-hosted git repository.
pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new c76b70b Removing LINT.If/LINT.Then statement
new 1d41b4b Merge pull request #10390 from pabloem/ctfx
c76b70b is described below
commit c76b70b6cdbe8f428a5f492d4f18d5a40e54c737
Author: pabloem <[email protected]>
AuthorDate: Mon Dec 16 11:32:03 2019 -0800
Removing LINT.If/LINT.Then statement
---
sdks/python/apache_beam/testing/benchmarks/chicago_taxi/setup.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/sdks/python/apache_beam/testing/benchmarks/chicago_taxi/setup.py
b/sdks/python/apache_beam/testing/benchmarks/chicago_taxi/setup.py
index 4b3b8f5..7832420 100644
--- a/sdks/python/apache_beam/testing/benchmarks/chicago_taxi/setup.py
+++ b/sdks/python/apache_beam/testing/benchmarks/chicago_taxi/setup.py
@@ -16,9 +16,7 @@ from __future__ import absolute_import
import setuptools
-# LINT.IfChange
TF_VERSION = '1.14.0'
-# LINT.ThenChange(train_mlengine.sh, start_model_server_mlengine.sh)
if __name__ == '__main__':
setuptools.setup(