From 1bc3b030dd824c7c4a7cecc8210c9c69f172d9f4 Mon Sep 17 00:00:00 2001 From: Sergey Shtin Date: Mon, 30 May 2022 12:21:13 +0300 Subject: [PATCH] lint review. --- python/tvm/topi/x86/injective.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python/tvm/topi/x86/injective.py b/python/tvm/topi/x86/injective.py index 79f13c1f7361f..b80bedcd89a63 100644 --- a/python/tvm/topi/x86/injective.py +++ b/python/tvm/topi/x86/injective.py @@ -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