Skip to content

Commit

Permalink
that is a change for another day
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed May 31, 2024
1 parent 604a135 commit 8292742
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pyquil/quilbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -2853,15 +2853,6 @@ def instrs(self) -> list[AbstractInstruction]:
def instrs(self, instrs: list[AbstractInstruction]) -> None:
quil_rs.MeasureCalibrationDefinition.instructions.__set__(self, _convert_to_rs_instructions(instrs)) # type: ignore[attr-defined] # noqa

@property # type: ignore[override]
def instructions(self) -> list[AbstractInstruction]:
"""The instructions in the calibration."""
return self.instrs

@instructions.setter
def instructions(self, instructions: list[AbstractInstruction]) -> None:
self.instrs = instructions

def out(self) -> str:
"""Return the instruction as a valid Quil string."""
return super().to_quil()
Expand Down

0 comments on commit 8292742

Please sign in to comment.