schrodin
schrodin
I also confirmed the same warning. Code: ```python from qiskit_ibm_runtime import QiskitRuntimeService QiskitRuntimeService.save_account( token="my-token", instance="crn:v1:bluemix:public:quantum-computing:us-east:my-crn-continues::", set_as_default=True, overwrite=True, ) service = QiskitRuntimeService() backend = service.least_busy(operational=True, simulator=False) ``` Output ``` UserWarning: Unable...
Hi @kaelynj, just following up on this small typo fix. All checks have passed — would you mind reviewing when you have a moment? Thanks!