Skip to content

Commit 1bc3b03

Browse files
author
Sergey Shtin
committed
lint review.
1 parent cd19c27 commit 1bc3b03

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

python/tvm/topi/x86/injective.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
from tvm import te
2020
from tvm.topi import tag
2121
from tvm.tir import IntImm
22-
from tvm.topi.generic.injective \
23-
import schedule_injective_from_existing as schedule_injective_for_concat
22+
from tvm.topi.generic.injective import (
23+
schedule_injective_from_existing as schedule_injective_for_concat,
24+
)
2425
from ..utils import is_empty_shape
2526

2627

0 commit comments

Comments
 (0)