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