Skip to content

Commit

Permalink
Another lint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Shtin committed May 20, 2022
1 parent c632208 commit 2e3df18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/tvm/relay/op/strategy/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import logging
import re

from tvm import _ffi, ir, te, topi, tir
from tvm import _ffi, ir, te, topi
from tvm.target import generic_func, override_native_generic_func
from tvm.topi.utils import get_const_float, get_const_int, get_const_tuple, get_float_tuple

Expand Down
2 changes: 1 addition & 1 deletion python/tvm/relay/op/strategy/x86.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import logging

import re
from tvm import topi
from tvm import topi, tir
from tvm.topi.x86.utils import target_has_vnni
from tvm.auto_scheduler import is_auto_scheduler_enabled
from tvm.te import SpecializedCondition
Expand Down

0 comments on commit 2e3df18

Please sign in to comment.