Skip to content

Commit

Permalink
remove newline in deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
rupeshknn authored Dec 11, 2023
1 parent 59d50b5 commit a8492e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qiskit/providers/basicaer/unitary_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,7 @@ def _get_unitary(self):

@deprecate_arg(
"run_input",
deprecation_description="""Using a qiskit.qobj.QasmQobj for the first
argument to UnitarySimulatorPy.run()""",
deprecation_description="Using a QasmQobj for the first argument to UnitarySimulatorPy.run()",
since="0.46.0",
pending=False,
predicate=lambda run_input: isinstance(run_input, (QuantumCircuit, list)),
Expand Down

0 comments on commit a8492e9

Please sign in to comment.