Skip to content

Commit 7a74d42

Browse files
committed
Fix lint issues
1 parent 5ff7071 commit 7a74d42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/custom_op_expansion.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
3+
# ruff: noqa
4+
35
"""A utility and an example showing how onnxscript functions can be used to define function expansions
46
and be used with the inliner to replace calls to the custom function with an expanded subgraph.
57
This is useful to perform certain classes of graph surgery easily.

0 commit comments

Comments
 (0)