Skip to content

Commit

Permalink
fix docstring for pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Dec 6, 2023
1 parent 4376d4c commit 1f3cab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytket/extensions/qiskit/backends/ibm.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,8 @@ def process_circuits(
postprocessing to improve fidelity of results (bool, default False)
* `simplify_initial`:
apply the pytket ``SimplifyInitial`` pass to improve
fidelity of results assuming all qubits initialized to zero (bool, default
False)
fidelity of results assuming all qubits initialized to zero
(bool, default False)
"""
circuits = list(circuits)
Expand Down

0 comments on commit 1f3cab5

Please sign in to comment.