Skip to content

Commit

Permalink
typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasn committed Oct 2, 2024
1 parent 948d0ed commit 59e6f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/visualization/plot_zne.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def _scatter_trace(
)


def _validate_names(indices, names):
def _validate_names(indices: Sequence[tuple[int, ...]], names: Sequence[str]):
"""Validate that the indices and names provided are compatible.
Raises:
Expand Down

0 comments on commit 59e6f45

Please sign in to comment.