Skip to content

Commit 2f7e250

Browse files
authored
"Fix" an issue with pytype timeouts (#7000)
The TensorBoard python codebase does not have any type checking. Apparently this has lead to issues with the typechecker internally the "fix" for this is to simply skip the file. Googlers see b/419318203
1 parent dbbe11b commit 2f7e250

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tensorboard/compat/tensorflow_stub/tensor_shape.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
# ==============================================================================
1515
"""Helper classes for tensor shape inference."""
1616

17+
# pytype: skip-file
18+
1719
from . import compat, dtypes
1820
from tensorboard.compat.proto import tensor_shape_pb2
1921

0 commit comments

Comments
 (0)