Skip to content

Commit ae70599

Browse files
committed
Fixed linter issues with whitespaces
1 parent 7d764de commit ae70599

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

patches/tfx.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,16 @@ index 19489315a..05b464767 100644
9090
- git_master="@git+https://github.com/tensorflow/tfx-bsl@master",
9191
- ),
9292
]
93-
94-
93+
94+
9595
@@ -173,7 +173,6 @@ def make_extra_packages_docker_image():
9696
"mmh>=2.2,<3",
9797
"python-snappy>=0.7",
9898
# Required for tfx/examples/penguin/penguin_utils_cloud_tuner.py
9999
- "tensorflow-cloud>=0.1,<0.2",
100100
"tensorflow-io>=0.9.0, <=0.24.0",
101101
]
102-
102+
103103
@@ -246,5 +245,4 @@ def make_extra_packages_examples():
104104
# LINT.ThenChange(
105105
# examples/penguin/experimental/penguin_pipeline_sklearn_gcp.py)

tfx/tools/docker/discover_versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
def discover():
77
# In the discovery container, we expect dependencies.py to be in /src
88
sys.path.append('/src')
9-
9+
1010
try:
1111
import dependencies
1212
except ImportError:
@@ -15,7 +15,7 @@ def discover():
1515
import dependencies
1616

1717
packages = dependencies.make_required_install_packages()
18-
18+
1919
# Find TensorFlow requirement
2020
tf_req = [p for p in packages if p.startswith("tensorflow") and not p.startswith("tensorflow-")][0]
2121
# Find Beam requirement

0 commit comments

Comments
 (0)