Skip to content

Commit

Permalink
Reverting to a slightly older code structure; adding type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderivrii committed Jan 16, 2022
1 parent e34f1e6 commit 528037b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/circuit/library/standard_gates/x.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ def __new__(
num_ctrl_qubits: Optional[int] = None,
label: Optional[str] = None,
ctrl_state: Optional[Union[str, int]] = None,
synthesis=None,
synthesis: Optional["MCXSynthesis"] = None,
_name="mcx",
):
"""Create a new MCX instance.
Expand Down

0 comments on commit 528037b

Please sign in to comment.