kunit: tool: remove unnecessary "annotations" import
authorDaniel Latypov <dlatypov@google.com>
Wed, 23 Jun 2021 19:09:19 +0000 (12:09 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 12 Jul 2021 19:54:29 +0000 (13:54 -0600)
commit58c965d84e14196e762c803c50c7b207a9e352bc
tree5616fbf76d791ca399b0b73545abb6d3cc19e14a
parenta72fa6304342a3ad749955fd9007695f761e12d6
kunit: tool: remove unnecessary "annotations" import

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.

Signed-off-by: Daniel Latypov <dlatypov@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Tested-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/kunit/kunit_kernel.py