Skip to content

Commit

Permalink
shorten docstring for pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Oct 21, 2024
1 parent b84ffc2 commit 561abc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytket/extensions/qiskit/tket_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ class TketBackend(BackendV2):
:py:class:`qiskit.transpiler.PassManager` with a
:py:class:`qiskit.transpiler.passes.Unroller`. For examples, see the `user manual
<https://docs.quantinuum.com/tket/user-guide/manual/manual_backend.html#embedding-into-
qiskit>`_ or the `Qiskit integration example <https://docs.quantinuum.com/tket/user-guide/examples/backends/qiskit_integration.html>`_.
qiskit>`_ or the `Qiskit integration example <https://docs.quantinuum.com/tket/user-
guide/examples/backends/qiskit_integration.html>`_.
"""

def __init__(self, backend: Backend, comp_pass: Optional[BasePass] = None):
Expand Down

0 comments on commit 561abc3

Please sign in to comment.