diff --git a/qiskit/providers/models/__init__.py b/qiskit/providers/models/__init__.py index 58fafed92986..d9e63e3eb75c 100644 --- a/qiskit/providers/models/__init__.py +++ b/qiskit/providers/models/__init__.py @@ -54,10 +54,10 @@ warnings.warn( - "qiskit.providers.models is deprecated since Qiskit 1.2 and will be removed in Qiskit 2.0." - "With the removal of Qobj, there is no need for these schema-conformant objects. If you still need" - "to use them, it could be because you are using a BackendV1, which is also deprecated in favor" - "of BackendV2", + "qiskit.providers.models is deprecated since Qiskit 1.2 and will be removed in Qiskit 2.0. " + "With the removal of Qobj, there is no need for these schema-conformant objects. If you still need " + "to use them, it could be because you are using a BackendV1, which is also deprecated in favor " + "of BackendV2.", DeprecationWarning, 2, )