Skip to content

Commit

Permalink
nit: init return none
Browse files Browse the repository at this point in the history
  • Loading branch information
cdbf1 committed Jul 16, 2024
1 parent 9f512cf commit eb5550d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cirq-superstaq/cirq_superstaq/qcvv/irb.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __init__(
self,
interleaved_gate: cirq.ops.SingleQubitCliffordGate = cirq.ops.SingleQubitCliffordGate.Z,
num_qubits: int = 1,
):
) -> None:
"""Args:
interleaved_gate: The Clifford gate to measure the gate error of.
num_qubits: The number of qubits to experiment on
Expand Down

0 comments on commit eb5550d

Please sign in to comment.