Skip to content

Commit e84dc89

Browse files
fix format
1 parent 826a1f7 commit e84dc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxscript/rewriter/rules/common/_fuse_reduce_arg_to_topk_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
import unittest
55

66
import numpy as np
7+
import onnx
78
import onnx_ir as ir
89
from onnx_ir.passes.common import onnx_checker, shape_inference
910
from parameterized import parameterized
1011

11-
import onnx
1212
from onnxscript.rewriter import MatchingTracer, MatchStatus, testing
1313
from onnxscript.rewriter.rules.common._fuse_reduce_arg_to_topk import (
1414
fuse_reduce_max_argmax_to_topk_rule,

0 commit comments

Comments
 (0)