Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Dec 17, 2024
1 parent d3b1346 commit a122a85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pytket/extensions/qiskit/backends/ibm.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,9 @@ 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 a122a85

Please sign in to comment.