Skip to content

Commit

Permalink
Addressing review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cbjuan committed Nov 15, 2024
1 parent e831530 commit 2f6afe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_ibm_transpiler/ai_passmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def generate_ai_pass_manager(
"layers",
"n_gates",
],
qiskit_transpile_options: dict = {},
qiskit_transpile_options: dict = None,
):
if qiskit_transpile_options is None:
qiskit_transpile_options = {}
Expand Down

0 comments on commit 2f6afe8

Please sign in to comment.