Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT committed Sep 2, 2022
1 parent 3f3d5d9 commit 637e63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/algorithms/state_fidelities/compute_uncompute.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ComputeUncompute(BaseStateFidelity):
A., Chow, J. M., & Gambetta, J. M. (2019). Supervised learning
with quantum-enhanced feature spaces. Nature, 567(7747), 209-212.
`arXiv:1804.11326v2 [quant-ph] <https://arxiv.org/pdf/1804.11326.pdf>`_
"""

def __init__(self, sampler: BaseSampler, **run_options) -> None:
Expand Down

0 comments on commit 637e63e

Please sign in to comment.