Re: [PATCH] kunit: tool: remove unnecessary "annotations" import

From: Brendan Higgins
Date: Mon Jun 28 2021 - 16:03:42 EST


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>