Skip to content

Commit

Permalink
pytype: disable covariant TypeVar not supported yet
Browse files Browse the repository at this point in the history
  • Loading branch information
uael authored Nov 20, 2023
1 parent 0e5040b commit a413c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/_build/protoc-gen-custom_grpc
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit a413c05

Please sign in to comment.