Skip to content

Commit ab03feb

Browse files
committed
Fix formatting
1 parent 05ddd86 commit ab03feb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

intel_extension_for_pytorch/cpu/runtime/multi_stream.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,9 @@ def _do_concat_output_for_each_stream(self, hint_object, output_object, idx_or_k
454454
else:
455455
AssertionError(
456456
False
457-
), "Concat output failed, unsupported output hint type of:{}".format(type_arg)
457+
), "Concat output failed, unsupported output hint type of:{}".format(
458+
type_arg
459+
)
458460
return None
459461

460462
def _concat_output_for_each_stream(self):

0 commit comments

Comments
 (0)