Skip to content

Commit

Permalink
Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
tanujkhattar committed Oct 15, 2023
1 parent 44e6dd6 commit 9b2fcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qualtran/bloqs/multi_control_multi_target_pauli.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from cirq._compat import cached_property
from numpy.typing import NDArray

from qualtran import GateWithRegisters, Register, Signature
from qualtran import GateWithRegisters, Signature
from qualtran.bloqs.and_bloq import And, MultiAnd
from qualtran.cirq_interop.t_complexity_protocol import t_complexity, TComplexity

Expand Down

0 comments on commit 9b2fcec

Please sign in to comment.