Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
anurudhp committed Oct 29, 2024
1 parent 9f4723d commit ed3f295
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from unittest.mock import ANY

import pytest

from qualtran.bloqs.chemistry.hubbard_model.qubitization.select_hubbard import (
_sel_hubb,
SelectHubbard,
)
from qualtran.cirq_interop.t_complexity_protocol import t_complexity
from qualtran.resource_counting import get_cost_value, QECGatesCost, GateCounts
from qualtran.resource_counting import GateCounts, get_cost_value, QECGatesCost


def test_sel_hubb_auto(bloq_autotester):
Expand Down
6 changes: 4 additions & 2 deletions qualtran/bloqs/meta/specialized_adjoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from typing import Sequence, Iterable
from typing import Iterable, Sequence

import attrs
from qualtran import Adjoint, CtrlSpec, Bloq, AddControlledT, SoquetT, BloqBuilder

from qualtran import AddControlledT, Adjoint, Bloq, BloqBuilder, CtrlSpec, SoquetT


@attrs.frozen
Expand Down

0 comments on commit ed3f295

Please sign in to comment.