Skip to content

Commit

Permalink
lint review.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Shtin committed May 30, 2022
1 parent cd19c27 commit 70052c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/tvm/topi/x86/injective.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
from tvm import te
from tvm.topi import tag
from tvm.tir import IntImm
from tvm.topi.generic.injective \
import schedule_injective_from_existing as schedule_injective_for_concat
from tvm.topi.generic.injective import (
schedule_injective_from_existing as schedule_injective_for_concat
)
from ..utils import is_empty_shape


Expand Down

0 comments on commit 70052c2

Please sign in to comment.