Skip to content

Commit b6b38b8

Browse files
Silence some pytype errors.
PiperOrigin-RevId: 404301979
1 parent f64f0d6 commit b6b38b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tensorflow_docs/api_generator/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1825,7 +1825,7 @@ def __init__(self, *, full_name: str, py_object: Any, **kwargs) -> None:
18251825

18261826
@property
18271827
def signature(self) -> None:
1828-
return self._signature
1828+
return self._signature # pytype: disable=bad-return-type # bind-properties
18291829

18301830
def _custom_join(self, args: List[str], origin: str) -> str:
18311831
"""Custom join for Callable and other type hints.

0 commit comments

Comments
 (0)