From 69f056fc63128fae71be35dd173fc14b3ce0586a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lufang=20CHEN=20=E9=99=88=E6=A9=B9=E6=96=B9?= Date: Wed, 3 Jan 2024 10:29:35 +0800 Subject: [PATCH] lint --- tests/python/tir-schedule/test_tir_schedule_tensorize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/tir-schedule/test_tir_schedule_tensorize.py b/tests/python/tir-schedule/test_tir_schedule_tensorize.py index e4bdd156b60d..1891914bc06f 100644 --- a/tests/python/tir-schedule/test_tir_schedule_tensorize.py +++ b/tests/python/tir-schedule/test_tir_schedule_tensorize.py @@ -744,7 +744,7 @@ def fetch_to_shared(block, idx): ]: _test_intrin(*args) - + def test_tensor_intrin_look_up(): intrin_name = 'non_existent_intrin' assert tir.TensorIntrin.get(intrin_name, allow_missing=True) is None