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