Skip to content

Commit

Permalink
bugfix: change to f-string (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
rupeshknn authored Dec 11, 2023
1 parent f44c721 commit 17e1230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_dynamics/dispatch/dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def check_backend(descriptor):
raise DispatchError(
f"Array backend '{backend}' required by {descriptor} "
"is not installed. Please install the optional "
"library '{backend}'."
f"library '{backend}'."
)

# Decorate a function or method
Expand Down

0 comments on commit 17e1230

Please sign in to comment.