Skip to content

Commit

Permalink
remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Dec 17, 2024
1 parent a122a85 commit fa797ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pytket/extensions/qiskit/backends/ibm.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,7 @@ def __init__(
self._backend_info = self._get_backend_info(config, props)

self._service = QiskitRuntimeService(
channel="ibm_quantum",
token=token,
instance=instance,
channel="ibm_quantum", token=token, instance=instance
)
self._session = Session(backend=self._backend)

Expand Down

0 comments on commit fa797ae

Please sign in to comment.