Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapa250 committed Nov 29, 2024
1 parent 64e3989 commit 15fa7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qualtran/bloqs/factoring/ecc/ec_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
bloq_example,
BloqBuilder,
BloqDocSpec,
CtrlSpec,
DecomposeTypeError,
QBit,
QMontgomeryUInt,
Expand All @@ -32,7 +33,6 @@
Soquet,
SoquetT,
)
from qualtran import CtrlSpec
from qualtran.bloqs.arithmetic.comparison import Equals
from qualtran.bloqs.basic_gates import CNOT, IntState, Toffoli, ZeroState
from qualtran.bloqs.bookkeeping import Free
Expand Down

0 comments on commit 15fa7c5

Please sign in to comment.