From 4469d1b948d1fd75e1ec4a27dda3bdd4e1278b46 Mon Sep 17 00:00:00 2001 From: Florin Blanaru Date: Mon, 14 Nov 2022 13:36:27 +0200 Subject: [PATCH] [Lint] Fix import in test_tvmscript_type.py that causes the linter to fail. --- tests/python/unittest/test_tvmscript_type.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/unittest/test_tvmscript_type.py b/tests/python/unittest/test_tvmscript_type.py index 8228363a95ac..89623c26203c 100644 --- a/tests/python/unittest/test_tvmscript_type.py +++ b/tests/python/unittest/test_tvmscript_type.py @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. # pylint: disable=missing-function-docstring,missing-module-docstring,invalid-name,pointless-string-statement -from tvm.script import tir as T +from tvm.script.parser_v1 import tir as T """ This prim func include necessary buffer types that need to be checked