Skip to content

Commit

Permalink
Add spaces to deprecation warning about qiskit.providers.models (#1…
Browse files Browse the repository at this point in the history
…2894)

(cherry picked from commit ebb86b0)
  • Loading branch information
garrison authored and mergify[bot] committed Aug 2, 2024
1 parent c600e38 commit f8adadc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions qiskit/providers/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

0 comments on commit f8adadc

Please sign in to comment.