On Wed, Jun 23, 2021 at 12:09 PM Daniel Latypov <dlatypov@xxxxxxxxxx> 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@xxxxxxxxxx> Reviewed-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx> Tested-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx>