Skip to content

Commit

Permalink
Fix pylint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tanujkhattar committed Sep 24, 2023
1 parent a8851eb commit f6457df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qualtran/cirq_interop/_cirq_interop.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
SoquetT,
)
from qualtran._infra.composite_bloq import _binst_to_cxns
from qualtran.bloqs.util_bloqs import Allocate, Free

CirqQuregT = NDArray[cirq.Qid]
CirqQuregInT = Union[NDArray[cirq.Qid], Sequence[cirq.Qid]]
Expand Down

0 comments on commit f6457df

Please sign in to comment.