On Wed, Jun 23, 2021 at 12:09 PM Daniel Latypov dlatypov@google.com wrote:
The import was working around the fact "tuple[T]" was used instead of typing.Tuple[T].
Convert it to use type.Tuple to be consistent with how the rest of the code is anotated.
nit: s/anotated/annotated
Signed-off-by: Daniel Latypov dlatypov@google.com
Reviewed-by: Brendan Higgins brendanhiggins@google.com Tested-by: Brendan Higgins brendanhiggins@google.com