Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rupeshknn committed Dec 11, 2023
1 parent 28fee76 commit 59d50b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qiskit/providers/basicaer/unitary_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ 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 qiskit.qobj.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 59d50b5

Please sign in to comment.