Skip to content

Commit 1e8c81a

Browse files
tf-transform-teamtfx-copybara
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 753036791
1 parent aacc4e5 commit 1e8c81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_transform/beam/analysis_graph_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ def preprocessing_fn(input)
713713

714714
tensor_keys_to_paths = {
715715
tensor_key:
716-
graph_analyzer.get_unique_path(analyzers_input_signature[tensor_key])
716+
graph_analyzer.get_unique_path(analyzers_input_signature[tensor_key]) # pytype: disable=attribute-error
717717
for tensor_key in analyzers_input_signature
718718
}
719719
(optimized_saved_model_future, output_cache_value_nodes,

0 commit comments

Comments
 (0)