Skip to content

Commit

Permalink
Restore newline
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman committed Dec 20, 2023
1 parent 31009c9 commit df58db4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qiskit/circuit/quantumcircuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -2930,6 +2930,7 @@ def _unsorted_parameters(self) -> set[Parameter]:
"""Efficiently get all parameters in the circuit, without any sorting overhead.
.. warning::
The returned object may directly view onto the ``ParameterTable`` internals, and so
should not be mutated. This is an internal performance detail. Code outside of this
package should not use this method.
Expand Down

0 comments on commit df58db4

Please sign in to comment.