Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Sep 25, 2023
1 parent c633d33 commit 41a583d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tests/backend_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,16 @@
from qiskit_aer import Aer # type: ignore
from qiskit_ibm_provider.exceptions import IBMError # type: ignore

from pytket.circuit import Circuit, OpType, BasisOrder, Qubit, reg_eq, Unitary2qBox, QControlBox, CircBox
from pytket.circuit import (
Circuit,
OpType,
BasisOrder,
Qubit,
reg_eq,
Unitary2qBox,
QControlBox,
CircBox,
)
from pytket.passes import CliffordSimp
from pytket.pauli import Pauli, QubitPauliString
from pytket.predicates import CompilationUnit, NoMidMeasurePredicate
Expand Down

0 comments on commit 41a583d

Please sign in to comment.