Skip to content

Commit

Permalink
Fix MeasureZ.__init__ docstring position
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorrivero committed Dec 8, 2022
1 parent 7008f18 commit 230a3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/circuit/measure.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ class MeasureZ(Measure):
basis: str | None = "Z"

def __init__(self):
# pylint: disable=bad-super-call
"""Create new measurement instruction."""
# pylint: disable=bad-super-call
super(Measure, self).__init__("measure_z", 1, 1, [])

def _define(self):
Expand Down

0 comments on commit 230a3ca

Please sign in to comment.