We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ac306 commit 63d2bb7Copy full SHA for 63d2bb7
tensorflow_transform/analyzers.py
@@ -600,7 +600,7 @@ def _min_and_max_per_key(
600
key_vocabulary_filename=key_vocabulary_filename)
601
602
if key_vocabulary_filename is not None:
603
- return key_values
+ return key_values # pytype: disable=bad-return-type # always-use-return-annotations
604
605
key, minus_x_min, x_max = key_values
606
return (
0 commit comments