Skip to content

Commit 80ba40a

Browse files
author
tf-data-validation-team
committed
Fix pytype for stats_gen_lib.
PiperOrigin-RevId: 235076509
1 parent 856b7f2 commit 80ba40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_data_validation/utils/stats_gen_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from tensorflow_data_validation.coders import tf_example_decoder
3535
from tensorflow_data_validation.statistics import stats_impl
3636
from tensorflow_data_validation.statistics import stats_options as options
37-
from tensorflow_data_validation.types_compat import List, Optional
37+
from tensorflow_data_validation.types_compat import List, Optional, Text
3838

3939
from tensorflow_metadata.proto.v0 import schema_pb2
4040
from tensorflow_metadata.proto.v0 import statistics_pb2

0 commit comments

Comments
 (0)