Skip to content

Commit

Permalink
Update hugr-py/src/hugr/serialization/ops.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Koch <48097969+mark-koch@users.noreply.github.com>
  • Loading branch information
doug-q and mark-koch committed May 8, 2024
1 parent dbacfe0 commit 3bc5749
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions hugr-py/src/hugr/serialization/ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,6 @@ def insert_port_types(self, in_types: TypeRow, out_types: TypeRow) -> None:
assert len(in_types) == 0
self.types = list(out_types)

# class Config:
# json_schema_extra = {
# "required": ["op", "parent", "types"]
# }


class Output(DataflowOp):
"""An output node. The inputs are the outputs of the function."""
Expand Down

0 comments on commit 3bc5749

Please sign in to comment.