Skip to content

Commit 63d2bb7

Browse files
tf-transform-teamtfx-copybara
authored andcommitted
Silence some pytype errors.
PiperOrigin-RevId: 520170165
1 parent 09ac306 commit 63d2bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_transform/analyzers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ def _min_and_max_per_key(
600600
key_vocabulary_filename=key_vocabulary_filename)
601601

602602
if key_vocabulary_filename is not None:
603-
return key_values
603+
return key_values # pytype: disable=bad-return-type # always-use-return-annotations
604604

605605
key, minus_x_min, x_max = key_values
606606
return (

0 commit comments

Comments
 (0)