You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the expected feature or enhancement?
Currently, using type hinting tooling with qiskit-ibm-runtime suggest a BackendV1 object is returned on a getBackend call.
What is the expected feature or enhancement?
Currently, using type hinting tooling with qiskit-ibm-runtime suggest a BackendV1 object is returned on a getBackend call.
qiskit-ibm-runtime/qiskit_ibm_runtime/qiskit_runtime_service.py
Line 23 in 88da374
qiskit-ibm-runtime/qiskit_ibm_runtime/qiskit_runtime_service.py
Lines 817 to 821 in 88da374
This should likely be changed to be
BackendV2
by now so type hinting works nicely.The text was updated successfully, but these errors were encountered: