Skip to content

Commit

Permalink
Run pylint linting
Browse files Browse the repository at this point in the history
  • Loading branch information
isobelhooper committed Oct 24, 2024
1 parent 8dbbdf4 commit 6f320e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytket/extensions/qiskit/result_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from qiskit.result import Result # type: ignore
from qiskit.result.models import ExperimentResult # type: ignore

from pytket.circuit import Bit, Qubit, UnitID, Circuit
from pytket.circuit import Bit, Qubit, UnitID

from pytket.backends.backendresult import BackendResult
from pytket.utils.outcomearray import OutcomeArray
Expand Down

0 comments on commit 6f320e2

Please sign in to comment.