Skip to content

Commit f8eec70

Browse files
rchen152copybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 527564443
1 parent fff0476 commit f8eec70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clu/preprocess_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def __call__(self, features: D) -> D:
159159
return features
160160

161161
@abc.abstractmethod
162-
def _transform(self, features: FlatFeatures, seed: tf.Tensor) -> FlatFeatures:
162+
def _transform(self, features: FlatFeatures, seed: tf.Tensor) -> FlatFeatures: # pytype: disable=signature-mismatch # overriding-parameter-count-checks
163163
"""Transforms the features only using stateless random ops."""
164164

165165

0 commit comments

Comments
 (0)