[go: nahoru, domu]

Skip to content

Commit

Permalink
Removing pytype instruction as it's not longer necessary
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 403119705
  • Loading branch information
zoyahav authored and tf-transform-team committed Oct 14, 2021
1 parent 6349d7f commit d22eb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_transform/mappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ def compute_and_apply_vocabulary(
file_format: common_types.VocabularyFileFormatType = analyzers
.DEFAULT_VOCABULARY_FILE_FORMAT,
name: Optional[str] = None
) -> common_types.ConsistentTensorType: # TODO(b/64987151, b/197716941): Remove # pytype: disable=annotation-type-mismatch
) -> common_types.ConsistentTensorType:
r"""Generates a vocabulary for `x` and maps it to an integer with this vocab.
In case one of the tokens contains the '\n' or '\r' characters or is empty it
Expand Down

0 comments on commit d22eb09

Please sign in to comment.