Skip to content

Commit 2e3df18

Browse files
author
Sergey Shtin
committed
Another lint fix.
1 parent c632208 commit 2e3df18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/tvm/relay/op/strategy/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import logging
2020
import re
2121

22-
from tvm import _ffi, ir, te, topi, tir
22+
from tvm import _ffi, ir, te, topi
2323
from tvm.target import generic_func, override_native_generic_func
2424
from tvm.topi.utils import get_const_float, get_const_int, get_const_tuple, get_float_tuple
2525

python/tvm/relay/op/strategy/x86.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import logging
2020

2121
import re
22-
from tvm import topi
22+
from tvm import topi, tir
2323
from tvm.topi.x86.utils import target_has_vnni
2424
from tvm.auto_scheduler import is_auto_scheduler_enabled
2525
from tvm.te import SpecializedCondition

0 commit comments

Comments
 (0)