Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby committed Oct 29, 2024
1 parent 3ad90d7 commit dd1e52f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions opgen/onnx_opset_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from textwrap import dedent
from typing import Annotated, Any, Iterable, Optional, Set, TextIO

import pygen as cg
from onnx.defs import (
AttributeProto,
OpSchema,
Expand All @@ -17,8 +18,6 @@
)
from onnx.helper import get_attribute_value

import pygen as cg

__all__ = [
"OpsetId",
"parse_opsetid",
Expand Down

0 comments on commit dd1e52f

Please sign in to comment.