Skip to content

Commit

Permalink
fix type hint and doc (#11910) (#11918)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8acc766)

Co-authored-by: Takashi Imamichi <[email protected]>
  • Loading branch information
mergify[bot] and t-imamichi authored Feb 29, 2024
1 parent d826d30 commit 952b988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qiskit/primitives/statevector_estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ def __init__(
self._seed = seed

@property
def default_precision(self) -> int:
"""Return the default shots"""
def default_precision(self) -> float:
"""Return the default precision"""
return self._default_precision

@property
Expand Down

0 comments on commit 952b988

Please sign in to comment.