Skip to content

Commit 798017a

Browse files
committed
Ignore type errors generated by the next release of pytype.
PiperOrigin-RevId: 299393327
1 parent ab8752c commit 798017a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_data_validation/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
if pa.__version__ >= "0.15":
8888
ArrowColumn = pa.ChunkedArray
8989
else:
90-
ArrowColumn = pa.Column
90+
ArrowColumn = pa.Column # pytype: disable=module-attr
9191

9292

9393
@six.python_2_unicode_compatible

0 commit comments

Comments
 (0)