Skip to content

Commit

Permalink
Duplicate argument
Browse files Browse the repository at this point in the history
  • Loading branch information
dieris committed Jan 11, 2024
1 parent ef8a1e9 commit a861a70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class BlockBasePadder(TransformationPass):
which may result in violation of hardware alignment constraints.
"""

def __init__(self, schedule_idle_qubits: bool = False, schedule_idle_qubits: bool = False) -> None:
def __init__(self, schedule_idle_qubits: bool = False) -> None:
self._node_start_time = None
self._node_block_dags = None
self._idle_after: Optional[Dict[Qubit, int]] = None
Expand Down

0 comments on commit a861a70

Please sign in to comment.