Skip to content

Commit 411dadd

Browse files
authored
Clarify deprecation warning (#2273)
* Clarify deprecation warning * Update qiskit_runtime_service.py * Try double quotes
1 parent e458c67 commit 411dadd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

qiskit_ibm_runtime/qiskit_runtime_service.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,10 @@ def __init__(
202202
warnings.warn(
203203
'The "ibm_quantum" channel option is deprecated and will be sunset on 1 July. '
204204
'After this date, "ibm_cloud", "ibm_quantum_platform", and "local" will be the '
205-
"only valid channels. For information on migrating to the new IBM Quantum Platform, "
206-
"review the migration guide "
207-
"https://quantum.cloud.ibm.com/docs/migration-guides/classic-iqp-to-cloud-iqp .",
205+
"only valid channels. Open Plan users should migrate now. All other users "
206+
"should review the migration guide "
207+
"(https://quantum.cloud.ibm.com/docs/migration-guides/classic-iqp-to-cloud-iqp)"
208+
"to learn when to migrate.",
208209
DeprecationWarning,
209210
stacklevel=2,
210211
)

0 commit comments

Comments
 (0)