aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Abel <22837557+uael@users.noreply.github.com>2023-11-19 23:31:37 -0800
committerLucas Abel <22837557+uael@users.noreply.github.com>2023-11-19 23:42:21 -0800
commit71dbcfc62dd40af7cc9047670d612ddb1cd74036 (patch)
tree5a2797934a3723080e4bb0d93b2426917c25014b
parent0e5040b5dbf02630bb50f615d339b12065a1ef33 (diff)
downloadbt-test-interfaces-71dbcfc62dd40af7cc9047670d612ddb1cd74036.tar.gz
pytype: disable covariant `TypeVar` not supported yet
-rwxr-xr-xpython/_build/protoc-gen-custom_grpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/_build/protoc-gen-custom_grpc b/python/_build/protoc-gen-custom_grpc
index 1c620c5..f03a0c8 100755
--- a/python/_build/protoc-gen-custom_grpc
+++ b/python/_build/protoc-gen-custom_grpc
@@ -467,7 +467,7 @@ import sys
from typing import Any, AsyncIterable, AsyncIterator, Generic, Iterator, TypeVar
-_T_co = TypeVar('_T_co', covariant=True)
+_T_co = TypeVar('_T_co', covariant=True) # pytype: disable=not-supported-yet
_T = TypeVar('_T')