From 6f320e2b731828449d7570e8d5aefc71ed758559 Mon Sep 17 00:00:00 2001 From: Isobel Hooper Date: Thu, 24 Oct 2024 11:51:44 +0100 Subject: [PATCH] Run pylint linting --- pytket/extensions/qiskit/result_convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytket/extensions/qiskit/result_convert.py b/pytket/extensions/qiskit/result_convert.py index 1ffdf092..42b38347 100644 --- a/pytket/extensions/qiskit/result_convert.py +++ b/pytket/extensions/qiskit/result_convert.py @@ -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