Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
  • Loading branch information
woodsp-ibm and mtreinish authored Jul 20, 2023
1 parent 1176c95 commit 51dd772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qiskit/algorithms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,8 @@

warnings.warn(
"``qiskit.algorithms`` has been migrated to an independent package: "
"https://github.com/qiskit-community/qiskit-algorithms."
"The ``qiskit.algorithms`` import path is deprecated as of qiskit-terra 0.25.0 and"
"https://github.com/qiskit-community/qiskit-algorithms. "
"The ``qiskit.algorithms`` import path is deprecated as of qiskit-terra 0.25.0 and "
"will be removed no earlier than 3 months after the release date. "
"Please run ``pip install qiskit_algorithms`` and use ``import qiskit_algorithms`` instead.",
category=DeprecationWarning,
Expand Down

0 comments on commit 51dd772

Please sign in to comment.